diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-09-03 00:09:32 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-09-03 00:09:40 +0200 |
| commit | 5e8adebac2899d60fffc53d4692bc4972abcf795 (patch) | |
| tree | b79581c85dc80c4d132390de42c15faee8f3d4c9 /fluid/widget_panel.fl | |
| parent | 502fa72eb472382cc47964874893085fb88116f5 (diff) | |
Adds compact buttons feature to create keypads.
See test/buttons for an example.
Diffstat (limited to 'fluid/widget_panel.fl')
| -rw-r--r-- | fluid/widget_panel.fl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/fluid/widget_panel.fl b/fluid/widget_panel.fl index 1ebbaa7d6..139dbe716 100644 --- a/fluid/widget_panel.fl +++ b/fluid/widget_panel.fl @@ -655,7 +655,12 @@ Use Ctrl-J for newlines.} xywh {95 285 310 20} labelfont 1 labelsize 11 textsize } {} } Fl_Box {} { - xywh {95 140 300 40} labelsize 11 resizable + xywh {95 165 300 40} labelsize 11 resizable + } + Fl_Light_Button {} { + label Compact + callback compact_cb + tooltip {use compact box types for closely set buttons} xywh {95 140 90 20} selection_color 1 labelsize 11 } } Fl_Group {} { |
