diff options
| author | Matthias Melcher <github@matthiasm.com> | 2024-12-04 14:49:14 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2024-12-04 14:49:14 +0100 |
| commit | fcae10e29607408e797067b60d2821fdb3c02e10 (patch) | |
| tree | 46a1f4a9c3a4bf9208106405343f345fad01fb52 /fluid/settings_panel.cxx | |
| parent | 7d964d92aef46dab31a9d36cbeba1d5905e22430 (diff) | |
FLUID: Fixes default settings tab.
Diffstat (limited to 'fluid/settings_panel.cxx')
| -rw-r--r-- | fluid/settings_panel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/settings_panel.cxx b/fluid/settings_panel.cxx index 23a7bb388..8f9f21d3d 100644 --- a/fluid/settings_panel.cxx +++ b/fluid/settings_panel.cxx @@ -2446,7 +2446,6 @@ Fl_Double_Window* make_settings_window() { w_settings_general_tab->image( image_general_64() ); w_settings_general_tab->image()->scale(36, 24, 0, 1); w_settings_general_tab->labelsize(11); - w_settings_general_tab->hide(); { Fl_Group* o = new Fl_Group(120, 78, 130, 25); o->callback((Fl_Callback*)cb_); { scheme_choice = new Fl_Scheme_Choice(120, 78, 120, 25, "Scheme: "); @@ -3008,6 +3007,7 @@ Fl_Double_Window* make_settings_window() { w_settings_shell_tab->image()->scale(36, 24, 0, 1); w_settings_shell_tab->labelsize(11); w_settings_shell_tab->callback((Fl_Callback*)propagate_load); + w_settings_shell_tab->hide(); { Fl_Group* o = new Fl_Group(10, 90, 320, 132); o->callback((Fl_Callback*)propagate_load); { w_settings_shell_list = new Fl_Browser(100, 90, 220, 110, "Shell\ncommand\nlist:"); |
