summaryrefslogtreecommitdiff
path: root/fluid/function_panel.fl
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-07-17 20:20:54 +0200
committerMatthias Melcher <github@matthiasm.com>2023-07-17 20:21:04 +0200
commit9bdc7139daef8d9dc7b7e06503cd810d44b6d69c (patch)
treebd4fb30d1a2c539a3eb530eb14d1780a9e04db78 /fluid/function_panel.fl
parent9794d200b33b438feaf76c960e464b90dd911d58 (diff)
FLUID: better initial sizes for buttons and windows
Diffstat (limited to 'fluid/function_panel.fl')
-rw-r--r--fluid/function_panel.fl5
1 files changed, 3 insertions, 2 deletions
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl
index 177eb4ea2..de97d4be5 100644
--- a/fluid/function_panel.fl
+++ b/fluid/function_panel.fl
@@ -589,9 +589,10 @@ else
}
Fl_Button {} {
user_data {"widget_class"}
- callback type_make_cb
+ callback type_make_cb selected
tooltip {Widget Class} xywh {55 46 24 24} box THIN_UP_BOX
code0 {o->image(pixmap[Fl_Type::ID::Widget_Class]);}
+ class Widget_Bin_Window_Button
}
Fl_Button {} {
user_data {"decl"}
@@ -747,7 +748,7 @@ else
}
Fl_Button {} {
user_data {"Fl_Value_Output"}
- callback type_make_cb selected
+ callback type_make_cb
tooltip {Value Output} xywh {307 21 24 24} box THIN_UP_BOX
code0 {o->image(pixmap[Fl_Type::ID::Value_Output]);}
class Widget_Bin_Button