diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-11-03 22:16:52 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2005-11-03 22:16:52 +0000 |
| commit | 309e21c9fd3d0a46963c538ba50b21b1dacbf64a (patch) | |
| tree | 043c3726c9c192a4a982748fa1a1cfb21fde2a3f /fluid/alignment_panel.cxx | |
| parent | 1b43ec76904a2199a1413afdb92a53b8c6fb96ac (diff) | |
Fix new GUI panels to conform to HIG.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4632 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/alignment_panel.cxx')
| -rw-r--r-- | fluid/alignment_panel.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fluid/alignment_panel.cxx b/fluid/alignment_panel.cxx index c44e6c213..b0e089276 100644 --- a/fluid/alignment_panel.cxx +++ b/fluid/alignment_panel.cxx @@ -396,7 +396,7 @@ Fl_Round_Button *def_widget_size[6]={(Fl_Round_Button *)0}; Fl_Double_Window* make_layout_window() { Fl_Double_Window* w; - { Fl_Double_Window* o = grid_window = new Fl_Double_Window(275, 240, "Layout Settings"); + { Fl_Double_Window* o = grid_window = new Fl_Double_Window(285, 245, "Layout Settings"); w = o; { Fl_Input* o = horizontal_input = new Fl_Input(106, 10, 50, 25, "x"); o->tooltip("Horizontal grid spacing."); @@ -427,7 +427,7 @@ Fl_Double_Window* make_layout_window() { o->down_box(FL_DOWN_BOX); o->callback((Fl_Callback*)guides_cb, (void*)(4)); } - { Fl_Button* o = new Fl_Button(205, 205, 60, 25, "Close"); + { Fl_Button* o = new Fl_Button(215, 210, 60, 25, "Close"); o->tooltip("Close this dialog."); o->callback((Fl_Callback*)cb_Close2); } |
