diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2005-05-30 06:35:50 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2005-05-30 06:35:50 +0000 |
| commit | 977e234a92be5354550c0138172a688abb3d6532 (patch) | |
| tree | ade906f4ac99a278ad46e4e640f8418a681751ab /fluid | |
| parent | 386cadbcf76d68c7ded89346915695602f7e15ec (diff) | |
Two Fluid dialog boxes were 2 pixels to wide.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4380 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid')
| -rw-r--r-- | fluid/function_panel.cxx | 4 | ||||
| -rw-r--r-- | fluid/function_panel.fl | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx index 18a91afa4..c60309ea0 100644 --- a/fluid/function_panel.cxx +++ b/fluid/function_panel.cxx @@ -51,7 +51,7 @@ Fl_Button *f_panel_cancel=(Fl_Button *)0; Fl_Window* make_function_panel() { Fl_Window* w; - { Fl_Window* o = function_panel = new Fl_Window(292, 152, "Function/Method Properties"); + { Fl_Window* o = function_panel = new Fl_Window(290, 150, "Function/Method Properties"); w = o; { Fl_Group* o = new Fl_Group(10, 10, 270, 20); { Fl_Light_Button* o = f_public_button = new Fl_Light_Button(10, 10, 60, 20, "public"); @@ -422,7 +422,7 @@ Fl_Button *comment_load=(Fl_Button *)0; Fl_Window* make_comment_panel() { Fl_Window* w; - { Fl_Window* o = comment_panel = new Fl_Window(552, 282, "Comment Properties"); + { Fl_Window* o = comment_panel = new Fl_Window(550, 280, "Comment Properties"); w = o; o->labelsize(11); { CodeEditor* o = comment_input = new CodeEditor(110, 10, 430, 230); diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index 9b6ee8f03..3c4579aa5 100644 --- a/fluid/function_panel.fl +++ b/fluid/function_panel.fl @@ -47,7 +47,7 @@ Function {make_function_panel()} {open } { Fl_Window function_panel { label {Function/Method Properties} - xywh {419 200 292 152} type Single hide resizable + xywh {419 200 290 150} type Single hide resizable code0 {o->size_range(o->w(), o->h(), Fl::w(), o->h());} modal } { Fl_Group {} {open @@ -286,10 +286,10 @@ Function {make_comment_panel()} {open } { Fl_Window comment_panel { label {Comment Properties} - xywh {422 190 552 282} type Single labelsize 11 hide resizable + xywh {422 190 550 280} type Single labelsize 11 hide resizable code0 {o->size_range(320, 180);} modal } { - Fl_Text_Editor comment_input { + Fl_Text_Editor comment_input {selected xywh {110 10 430 230} box DOWN_BOX labelsize 11 textfont 4 textsize 11 resizable code0 {o->when(FL_WHEN_ENTER_KEY_CHANGED|FL_WHEN_RELEASE);} class CodeEditor @@ -352,7 +352,7 @@ Function {type_make_cb(Fl_Widget*w,void*d)} {open return_type void Function {make_widgetbin()} {open } { Fl_Window widgetbin_panel { - label {Widget Bin} selected + label {Widget Bin} xywh {413 185 520 85} type Single hide non_modal } { Fl_Group {} { |
