From 8243c1cfaa74540b9e8f270bd0e535c2234387ac Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 1 Feb 2009 17:58:53 +0000
Subject: [PATCH] *** empty log message ***

---
 Fltk/solverWindow.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Fltk/solverWindow.cpp b/Fltk/solverWindow.cpp
index 562160837a..117e4271b0 100644
--- a/Fltk/solverWindow.cpp
+++ b/Fltk/solverWindow.cpp
@@ -206,7 +206,7 @@ solverWindow::solverWindow(int solverIndex, int deltaFontSize)
   int width = 32 * FL_NORMAL_SIZE;
   int height = (5 + SINFO[solverIndex].nboptions) * BH + 5 * WB;
   int BBS = (width - 9 * WB) / 6;
-  int LL = width - (int)(2.7 * BBS);
+  int LL = width - (int)(2.75 * BBS);
   
   win = new paletteWindow
     (width, height, CTX::instance()->nonModalWindows ? true : false, "Solver");
@@ -226,7 +226,7 @@ solverWindow::solverWindow(int solverIndex, int deltaFontSize)
       menu->callback(solver_ok_cb, (void *)solverIndex);
 
       input[2] = new Fl_Input
-        (2 * WB + BBS / 2, 2 * WB + 1 * BH, LL - BBS / 2, BH, "Solver");
+        (2 * WB + BBS / 2, 2 * WB + 1 * BH, LL - BBS / 2, BH, "Command");
       input[2]->callback(solver_ok_cb, (void *)solverIndex);
 
       Fl_Button *b1 = new Fl_Button
-- 
GitLab