diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-28 10:12:41 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-04-28 10:12:41 +0000 |
| commit | 47b57655a0cf98513de50240fa335d8b46e68b61 (patch) | |
| tree | d6f400067150e0abcfa98e735a7fe3894ee45ac9 /fluid/fluid.cxx | |
| parent | 11fccec026701adbe5201e4b655c1234b8388228 (diff) | |
Make code dialog wider.
Make menubar only 25 pixels high to match current defaults.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2121 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'fluid/fluid.cxx')
| -rw-r--r-- | fluid/fluid.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fluid/fluid.cxx b/fluid/fluid.cxx index ba1972f60..c61f3d9c8 100644 --- a/fluid/fluid.cxx +++ b/fluid/fluid.cxx @@ -1,5 +1,5 @@ // -// "$Id: fluid.cxx,v 1.15.2.13.2.13 2002/04/01 16:19:32 easysw Exp $" +// "$Id: fluid.cxx,v 1.15.2.13.2.14 2002/04/28 10:12:41 easysw Exp $" // // FLUID main entry for the Fast Light Tool Kit (FLTK). // @@ -400,7 +400,7 @@ Fl_Menu_Item Main_Menu[] = { #define BROWSERWIDTH 300 #define BROWSERHEIGHT 500 #define WINWIDTH 300 -#define MENUHEIGHT 30 +#define MENUHEIGHT 25 #define WINHEIGHT (BROWSERHEIGHT+MENUHEIGHT) extern void fill_in_New_Menu(); @@ -506,5 +506,5 @@ int main(int argc,char **argv) { } // -// End of "$Id: fluid.cxx,v 1.15.2.13.2.13 2002/04/01 16:19:32 easysw Exp $". +// End of "$Id: fluid.cxx,v 1.15.2.13.2.14 2002/04/28 10:12:41 easysw Exp $". // |
