From 79b2df9253180ab8230fb313c928e576fbd44aac Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 15 May 2016 06:48:42 +0000
Subject: [PATCH] fix spacing

---
 Fltk/optionWindow.cpp | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/Fltk/optionWindow.cpp b/Fltk/optionWindow.cpp
index 87845be4ed..40c40ee469 100644
--- a/Fltk/optionWindow.cpp
+++ b/Fltk/optionWindow.cpp
@@ -2391,19 +2391,13 @@ optionWindow::optionWindow(int deltaFontSize)
       mesh.butt[3]->type(FL_TOGGLE_BUTTON);
       mesh.butt[3]->callback(mesh_options_ok_cb);
 
-      // mesh.butt[25] = new Fl_Check_Button
-      //   (L + 2 * WB, 2 * WB + 7 * BH, BW, BH, "Try to remove 4 triangles nodes (experimental)");
-      // mesh.butt[25]->type(FL_TOGGLE_BUTTON);
-      // mesh.butt[25]->callback(mesh_options_ok_cb);
-
       mesh.butt[22] = new Fl_Check_Button
-         (L + 2 * WB, 2 * WB + 8 * BH, BW, BH, "Recombine tets into hex-dom mesh (experimental)");
+         (L + 2 * WB, 2 * WB + 7 * BH, BW, BH, "Recombine tets into hex-dom mesh (experimental)");
       mesh.butt[22]->type(FL_TOGGLE_BUTTON);
       mesh.butt[22]->callback(mesh_options_ok_cb);
 
-
       mesh.value[27] = new Fl_Value_Input
-        (L + 2 * WB, 2 * WB + 9 * BH, IW/2, BH, "LLoyd smoothing steps (experimental)");
+        (L + 2 * WB, 2 * WB + 8 * BH, IW/2, BH, "LLoyd smoothing steps (experimental)");
       mesh.value[27]->minimum(0);
       mesh.value[27]->maximum(100);
       mesh.value[27]->step(1);
-- 
GitLab