diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp index 29d872d1ae3c994ef83e8c3947fc2d70cf02d0bf..571490af0b18f124ac380cf39510b50d5cf25019 100644 --- a/Fltk/GUI.cpp +++ b/Fltk/GUI.cpp @@ -1,4 +1,4 @@ -// $Id: GUI.cpp,v 1.49 2001-02-19 21:55:42 geuzaine Exp $ +// $Id: GUI.cpp,v 1.50 2001-02-20 08:23:36 geuzaine Exp $ // To make the interface as visually consistent as possible, please: // - use the BH, BW, WB, IW values for button heights/widths, window borders, etc. @@ -1607,7 +1607,7 @@ void GUI::create_about_window(){ init_about_window = 1 ; int width = 40*CTX.fontsize; - int height = 3*WB+10*BH ; + int height = 10*BH ; about_window = new Fl_Window(width,height); about_window->box(WINDOW_BOX);