diff options
Diffstat (limited to 'fluid/function_panel.fl')
| -rw-r--r-- | fluid/function_panel.fl | 8 |
1 files changed, 4 insertions, 4 deletions
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 {} { |
