From 1fbcf56ee443ffffd177fc3a4009fcb3490bc90f Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 20 Feb 2001 08:23:36 +0000 Subject: [PATCH] *** empty log message *** --- Fltk/GUI.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp index 29d872d1ae..571490af0b 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); -- GitLab