From 90edd656862ca8cf6c260976b8cf396e1e717185 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 2 Nov 2011 19:17:06 +0000
Subject: [PATCH] pp

---
 Fltk/onelabWindow.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Fltk/onelabWindow.cpp b/Fltk/onelabWindow.cpp
index 5b70471a83..1be4a1795d 100644
--- a/Fltk/onelabWindow.cpp
+++ b/Fltk/onelabWindow.cpp
@@ -496,6 +496,7 @@ onelabWindow::onelabWindow(int deltaFontSize)
   _butt[1]->callback(onelab_cb, (void*)"check");
   _gear = new Fl_Menu_Button
     (_butt[1]->x() - WB - BB/2, _butt[1]->y(), BB/2, BH, "@-1gmsh_gear");
+  _gear->align(FL_ALIGN_LEFT | FL_ALIGN_INSIDE);
   _gear->add("Reset database", 0, onelab_cb, (void*)"reset");
   _gear->add("Mesh automatically", 0, 0, 0, FL_MENU_TOGGLE);
   ((Fl_Menu_Item*)_gear->menu())[1].set();
-- 
GitLab