summaryrefslogtreecommitdiff
path: root/fluid/widget_panel.fl
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2022-11-01 16:24:54 +0100
committerMatthias Melcher <github@matthiasm.com>2022-11-01 16:24:54 +0100
commitdd7edd7c7fe0594faabfe142bcc211bd8d7e9e76 (patch)
tree0885594510d95dc851242284465a1fd7885bb106 /fluid/widget_panel.fl
parent93ea93ee2b424ded25358d87529b1160cdb4f80c (diff)
Fluid subgroup visibility
Diffstat (limited to 'fluid/widget_panel.fl')
-rw-r--r--fluid/widget_panel.fl8
1 files changed, 4 insertions, 4 deletions
diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl
index de82b3871..d853efc88 100644
--- a/fluid/widget_panel.fl
+++ b/fluid/widget_panel.fl
@@ -258,8 +258,8 @@ Use Ctrl-J for newlines.} xywh {95 40 190 20} labelfont 1 labelsize 11 when 1 te
}
Fl_Group {} {
label {Position:}
- callback position_group_cb open
- xywh {95 150 314 20} labelfont 1 labelsize 11 align 4 hide
+ callback position_group_cb open selected
+ xywh {95 150 314 20} labelfont 1 labelsize 11 align 4
} {
Fl_Input widget_x_input {
label {X:}
@@ -297,7 +297,7 @@ Use Ctrl-J for newlines.} xywh {95 40 190 20} labelfont 1 labelsize 11 when 1 te
Fl_Group {} {
label {Flex Parent:}
callback flex_size_group_cb open
- xywh {95 150 314 20} labelfont 1 labelsize 11 align 4
+ xywh {95 150 314 20} labelfont 1 labelsize 11 align 4 hide
} {
Fl_Value_Input widget_flex_size {
label {Size:}
@@ -306,7 +306,7 @@ Use Ctrl-J for newlines.} xywh {95 40 190 20} labelfont 1 labelsize 11 when 1 te
}
Fl_Check_Button widget_flex_fixed {
label fixed
- callback flex_fixed_cb selected
+ callback flex_fixed_cb
tooltip {If checked, the size of the widget stays fixed.} xywh {155 150 55 20} down_box DOWN_BOX labelsize 11
}
Fl_Box {} {