diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-07-14 18:10:09 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-07-14 18:10:17 +0200 |
| commit | f8ebde4da4b8a84d67d319f03d7c8c1bc7c22298 (patch) | |
| tree | f5e6cc205dec02db0cfc789d1b162a591874c883 /fluid | |
| parent | 12592753166337548c9f80f7247803070433b2fd (diff) | |
Documentation: screenshot updates
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/Fd_Snap_Action.h | 2 | ||||
| -rw-r--r-- | fluid/alignment_panel.cxx | 5 | ||||
| -rw-r--r-- | fluid/alignment_panel.fl | 6 |
3 files changed, 6 insertions, 7 deletions
diff --git a/fluid/Fd_Snap_Action.h b/fluid/Fd_Snap_Action.h index 7ceec2731..e15431cd1 100644 --- a/fluid/Fd_Snap_Action.h +++ b/fluid/Fd_Snap_Action.h @@ -37,7 +37,7 @@ enum { \brief Collection of layout settings. Presets contain default fonts and font sizes for labels and text. They - can be used to guide widget positions usung margins, grids, and gap sizes. + can be used to guide widget positions using margins, grids, and gap sizes. There are three Presets available in one Suite, marked "application", "dialog", and "toolbox". */ diff --git a/fluid/alignment_panel.cxx b/fluid/alignment_panel.cxx index 4a0fa624e..53a02cb16 100644 --- a/fluid/alignment_panel.cxx +++ b/fluid/alignment_panel.cxx @@ -991,7 +991,7 @@ static void cb_Close(Fl_Button*, void*) { } Fl_Double_Window* make_settings_window() { - { Fl_Double_Window* o = settings_window = new Fl_Double_Window(340, 580, "GUI Settings"); + { Fl_Double_Window* o = settings_window = new Fl_Double_Window(340, 580, "FLUID Settings"); settings_window->align(Fl_Align(FL_ALIGN_CLIP|FL_ALIGN_INSIDE)); { w_settings_tabs = new Fl_Tabs(10, 10, 320, 530); w_settings_tabs->selection_color((Fl_Color)12); @@ -1002,7 +1002,7 @@ Fl_Double_Window* make_settings_window() { o->image( image_general_64() ); o->labelsize(11); { scheme_choice = new Fl_Scheme_Choice(120, 78, 120, 25, "Scheme: "); - scheme_choice->box(FL_FLAT_BOX); + scheme_choice->box(FL_UP_BOX); scheme_choice->down_box(FL_BORDER_BOX); scheme_choice->color(FL_BACKGROUND_COLOR); scheme_choice->selection_color(FL_SELECTION_COLOR); @@ -1617,7 +1617,6 @@ nalize labels and tooltips, usually \"gettext_noop\" or \"N_\""); o->callback((Fl_Callback*)cb_Close); } // Fl_Button* o settings_window->set_non_modal(); - settings_window->resizable(settings_window); o->size_range(o->w(), o->h()); settings_window->end(); } // Fl_Double_Window* settings_window diff --git a/fluid/alignment_panel.fl b/fluid/alignment_panel.fl index 2d2bfff11..3a3b1f0d2 100644 --- a/fluid/alignment_panel.fl +++ b/fluid/alignment_panel.fl @@ -107,8 +107,8 @@ decl {void scheme_cb(Fl_Scheme_Choice *, void *);} {public local Function {make_settings_window()} {open } { Fl_Window settings_window { - label {GUI Settings} open - xywh {617 331 340 580} type Double align 80 resizable + label {FLUID Settings} open selected + xywh {617 331 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);} } { |
