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
This commit is contained in:
parent
386cadbcf7
commit
977e234a92
@ -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);
|
||||
|
@ -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 {} {
|
||||
|
Loading…
x
Reference in New Issue
Block a user