summaryrefslogtreecommitdiff
path: root/fluid/settings_panel.fl
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2024-12-04 14:49:14 +0100
committerMatthias Melcher <github@matthiasm.com>2024-12-04 14:49:14 +0100
commitfcae10e29607408e797067b60d2821fdb3c02e10 (patch)
tree46a1f4a9c3a4bf9208106405343f345fad01fb52 /fluid/settings_panel.fl
parent7d964d92aef46dab31a9d36cbeba1d5905e22430 (diff)
FLUID: Fixes default settings tab.
Diffstat (limited to 'fluid/settings_panel.fl')
-rw-r--r--fluid/settings_panel.fl8
1 files changed, 4 insertions, 4 deletions
diff --git a/fluid/settings_panel.fl b/fluid/settings_panel.fl
index adb26234e..1db8aff18 100644
--- a/fluid/settings_panel.fl
+++ b/fluid/settings_panel.fl
@@ -196,8 +196,8 @@ Function {make_settings_window()} {open
xywh {10 10 320 530} selection_color 12 labelsize 11 labelcolor 255 resizable
} {
Fl_Group w_settings_general_tab {
- label General open
- scale_image {36 24} image {icons/general_64.png} compress_image 1 xywh {10 60 320 480} labelsize 11 hide resizable
+ label General open selected
+ scale_image {36 24} image {icons/general_64.png} compress_image 1 xywh {10 60 320 480} labelsize 11 resizable
} {
Fl_Group {} {
callback {propagate_load(o, v);} open
@@ -893,7 +893,7 @@ g_layout_list.update_dialogs();}
Fl_Group w_settings_shell_tab {
label Shell
callback propagate_load open
- scale_image {36 24} image {icons/shell_64.png} compress_image 1 xywh {10 60 320 480} labelsize 11
+ scale_image {36 24} image {icons/shell_64.png} compress_image 1 xywh {10 60 320 480} labelsize 11 hide
} {
Fl_Group {} {
callback propagate_load open
@@ -927,7 +927,7 @@ list:}
}
w_settings_shell_cmd->do_callback(w_settings_shell_cmd, LOAD);
w_settings_shell_toolbox->do_callback(w_settings_shell_toolbox, LOAD);
-}} selected
+}}
xywh {100 90 220 110} type Multi labelfont 1 labelsize 11 align 4 textsize 13 resizable
}
Fl_Group w_settings_shell_toolbox {