diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-07-17 12:56:23 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-07-17 12:56:35 +0200 |
| commit | 4d94a08bd2fcd681d33bfb51228ace3b432b19ab (patch) | |
| tree | 5867ce7627bf48eaf8cd7fe8ce76839ea37ab36b /fluid/alignment_panel.fl | |
| parent | 4dffa31520f66fe0baea574ea391ec58a77eaa49 (diff) | |
FLUID: fix window visibility across project file update
Diffstat (limited to 'fluid/alignment_panel.fl')
| -rw-r--r-- | fluid/alignment_panel.fl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl index 3bc8bded6..e48dd29dd 100644 --- a/fluid/alignment_panel.fl +++ b/fluid/alignment_panel.fl @@ -4,7 +4,7 @@ header_name {.h} code_name {.cxx} snap { ver 1 - current_suite {My Test} + current_suite FLTK current_preset 1 suite { name {FLUID (based on FLTK)} @@ -107,8 +107,8 @@ decl {void scheme_cb(Fl_Scheme_Choice *, void *);} {public local Function {make_settings_window()} {open } { Fl_Window settings_window { - label {FLUID Settings} open - xywh {617 331 340 580} type Double align 80 + label {FLUID Settings} open selected + xywh {423 204 340 580} type Double align 80 code0 {o->size_range(o->w(), o->h());} non_modal visible } { Fl_Tabs w_settings_tabs { @@ -116,7 +116,7 @@ Function {make_settings_window()} {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);} } { @@ -971,7 +971,7 @@ Function {make_shell_window()} {open } { Fl_Window shell_run_window { label {Shell Command Output} open - xywh {455 590 555 430} type Double align 80 resizable visible + xywh {454 638 555 430} type Double align 80 resizable visible } { Fl_Simple_Terminal shell_run_terminal { xywh {10 10 535 375} resizable |
