summaryrefslogtreecommitdiff
path: root/fluid/widget_panel.fl
diff options
context:
space:
mode:
authorMatthias Melcher <git@matthiasm.com>2021-12-13 20:33:47 +0100
committerMatthias Melcher <github@matthiasm.com>2021-12-13 21:01:56 +0100
commit5fea96dd92e7c18bf19c168830a3b6e6bc7d04c7 (patch)
treea19d9b30fb3c3104367051d30f1f463c830571cc /fluid/widget_panel.fl
parent21c328f0c556195ea8375cb40ad3de6e14fc429d (diff)
#319: Fixed Live Resize Mode in Fluid
Diffstat (limited to 'fluid/widget_panel.fl')
-rw-r--r--fluid/widget_panel.fl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl
index 1f3df77eb..e01397f1b 100644
--- a/fluid/widget_panel.fl
+++ b/fluid/widget_panel.fl
@@ -666,7 +666,7 @@ wCallback->do_callback(wCallback, v);} open
}
}
}
- Fl_Group {} {
+ Fl_Group {} {open
xywh {10 370 400 20} labelsize 11
} {
Fl_Box {} {
@@ -680,7 +680,7 @@ wCallback->do_callback(wCallback, v);} open
xywh {90 370 60 20} labelsize 11 hide
}
Fl_Button wLiveMode {
- label {Live &Mode}
+ label {Live &Resize}
callback live_mode_cb
tooltip {Create a live duplicate of the selected widgets to test resizing and menu behavior.} xywh {155 370 80 20} type Toggle labelsize 11
}