summaryrefslogtreecommitdiff
path: root/fluid/function_panel.cxx
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2005-05-30 06:35:50 +0000
committerMatthias Melcher <fltk@matthiasm.com>2005-05-30 06:35:50 +0000
commit977e234a92be5354550c0138172a688abb3d6532 (patch)
treeade906f4ac99a278ad46e4e640f8418a681751ab /fluid/function_panel.cxx
parent386cadbcf76d68c7ded89346915695602f7e15ec (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/function_panel.cxx')
-rw-r--r--fluid/function_panel.cxx4
1 files changed, 2 insertions, 2 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);