diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-08-29 23:13:43 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-08-29 23:13:43 +0200 |
| commit | 6beddb9d5c3c6407220391b66cc156cc8e09a7ae (patch) | |
| tree | a5dacca1987790b8403bebeb3f254300b8a165c5 /fluid/alignment_panel.fl | |
| parent | b5a1da961200e870a28f09b2fba4197e73c9935d (diff) | |
FLUID: fixes resizing of preferences panel
Diffstat (limited to 'fluid/alignment_panel.fl')
| -rw-r--r-- | fluid/alignment_panel.fl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl index 1ff9d2c99..d6b9325b4 100644 --- a/fluid/alignment_panel.fl +++ b/fluid/alignment_panel.fl @@ -107,16 +107,15 @@ decl {void scheme_cb(Fl_Scheme_Choice *, void *);} {public local Function {make_settings_window()} {open } { Fl_Window settings_window { - label {FLUID Settings} open - xywh {423 204 340 580} type Double align 80 - code0 {o->size_range(o->w(), o->h());} non_modal visible + label {FLUID Settings} open selected + xywh {423 204 340 580} type Double align 80 non_modal visible } { Fl_Tabs w_settings_tabs { callback {propagate_load(o, v);} open xywh {10 10 320 530} selection_color 12 labelsize 11 labelcolor 255 } { Fl_Group {} { - label General open selected + label General open image {icons/general_64.png} compress_image 1 xywh {10 60 320 480} labelsize 11 code0 {o->image()->scale(36, 24);} } { |
