From 9bdc7139daef8d9dc7b7e06503cd810d44b6d69c Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Mon, 17 Jul 2023 20:20:54 +0200 Subject: FLUID: better initial sizes for buttons and windows --- fluid/function_panel.fl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'fluid/function_panel.fl') 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 -- cgit v1.2.3