summaryrefslogtreecommitdiff
path: root/fluid/alignment_panel.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2023-07-14 18:10:09 +0200
committerMatthias Melcher <github@matthiasm.com>2023-07-14 18:10:17 +0200
commitf8ebde4da4b8a84d67d319f03d7c8c1bc7c22298 (patch)
treef5e6cc205dec02db0cfc789d1b162a591874c883 /fluid/alignment_panel.cxx
parent12592753166337548c9f80f7247803070433b2fd (diff)
Documentation: screenshot updates
Diffstat (limited to 'fluid/alignment_panel.cxx')
-rw-r--r--fluid/alignment_panel.cxx5
1 files changed, 2 insertions, 3 deletions
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