From 1a9f40ca6e810e3f09861e7f95abebdc6a560231 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 17 Aug 2006 21:54:57 +0000 Subject: [PATCH] cosmetic --- Fltk/GUI.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp index d000719e26..fc711b930d 100644 --- a/Fltk/GUI.cpp +++ b/Fltk/GUI.cpp @@ -1,4 +1,4 @@ -// $Id: GUI.cpp,v 1.528 2006-08-17 21:46:56 geuzaine Exp $ +// $Id: GUI.cpp,v 1.529 2006-08-17 21:54:57 geuzaine Exp $ // // Copyright (C) 1997-2006 C. Geuzaine, J.-F. Remacle // @@ -2444,7 +2444,7 @@ void GUI::create_option_window() mesh_value[4]->step(0.01); mesh_value[4]->align(FL_ALIGN_RIGHT); - mesh_value[5] = new Fl_Value_Input(L + 2 * WB + IW / 4, 2 * WB + 8 * BH, IW / 4, BH); + mesh_value[5] = new Fl_Value_Input(L + 2 * WB + IW / 4, 2 * WB + 8 * BH, IW / 2 - IW / 4, BH); mesh_value[5]->minimum(0); mesh_value[5]->maximum(1); mesh_value[5]->step(0.01); -- GitLab