summaryrefslogtreecommitdiff
path: root/fluid/alignment_panel.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <git@matthiasm.com>2019-01-14 01:43:17 +0100
committerMatthias Melcher <git@matthiasm.com>2019-01-14 01:43:17 +0100
commit6ff11dd8d0c811d1ddb5c9f753ace8f73bbfede1 (patch)
tree0b2cb93b140c7a92d89e36ba850f23339c0a3405 /fluid/alignment_panel.cxx
parent6a61772c80dee13b4ff120b4b3e53259eae52a78 (diff)
Added Fl_Simple_Terminal to Fluid.
Diffstat (limited to 'fluid/alignment_panel.cxx')
-rw-r--r--fluid/alignment_panel.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/fluid/alignment_panel.cxx b/fluid/alignment_panel.cxx
index 3ab1a7fd4..6444ce462 100644
--- a/fluid/alignment_panel.cxx
+++ b/fluid/alignment_panel.cxx
@@ -410,15 +410,6 @@ Fl_Double_Window* make_shell_window() {
} // Fl_Double_Window* shell_window
{ shell_run_window = new Fl_Double_Window(555, 430, "Shell Command Output");
{ shell_run_terminal = new Fl_Simple_Terminal(10, 10, 535, 375);
- shell_run_terminal->box(FL_DOWN_BOX);
- shell_run_terminal->color(FL_FOREGROUND_COLOR);
- shell_run_terminal->selection_color(FL_BACKGROUND_COLOR);
- shell_run_terminal->labeltype(FL_NORMAL_LABEL);
- shell_run_terminal->labelfont(0);
- shell_run_terminal->labelsize(14);
- shell_run_terminal->labelcolor(FL_FOREGROUND_COLOR);
- shell_run_terminal->align(Fl_Align(FL_ALIGN_CENTER));
- shell_run_terminal->when(FL_WHEN_RELEASE);
Fl_Group::current()->resizable(shell_run_terminal);
} // Fl_Simple_Terminal* shell_run_terminal
{ shell_run_button = new Fl_Return_Button(468, 395, 77, 25, "Close");