summaryrefslogtreecommitdiff
path: root/fluid/widget_panel.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2024-09-02 12:09:47 +0200
committerMatthias Melcher <github@matthiasm.com>2024-09-02 12:09:47 +0200
commit2afeb6d64736b397aad8db2f5c88d3d8577fea28 (patch)
treeab2c1f02c3c2edb62ca9384792496d30fd003e44 /fluid/widget_panel.cxx
parent0ee76e5696d680eba0caf46231f6fc08334573b6 (diff)
FLUID Fix width of square button
Diffstat (limited to 'fluid/widget_panel.cxx')
-rw-r--r--fluid/widget_panel.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/widget_panel.cxx b/fluid/widget_panel.cxx
index 0c6d28cb7..61ea1314e 100644
--- a/fluid/widget_panel.cxx
+++ b/fluid/widget_panel.cxx
@@ -1158,7 +1158,7 @@ Fl_Double_Window* make_widget_panel() {
o->callback((Fl_Callback*)align_position_cb);
o->menu(menu_1);
} // Fl_Choice* o
- { Fl_Button* o = new Fl_Button(384, 115, 22, 20, "@-3square");
+ { Fl_Button* o = new Fl_Button(384, 115, 20, 20, "@-3square");
o->tooltip("Show the label inside the widget.");
o->type(1);
o->selection_color(FL_INACTIVE_COLOR);