From 694a9aaaee57e8b07fd5284bce1b5b9f03619096 Mon Sep 17 00:00:00 2001 From: asv Date: Tue, 2 Aug 2005 12:43:40 +0000 Subject: [PATCH] menues "Tools" and "Preferences" are moved to the right.. --- src/GEOMGUI/GeometryGUI.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GEOMGUI/GeometryGUI.cxx b/src/GEOMGUI/GeometryGUI.cxx index e75c987f9..ab136cb7d 100644 --- a/src/GEOMGUI/GeometryGUI.cxx +++ b/src/GEOMGUI/GeometryGUI.cxx @@ -871,11 +871,11 @@ void GeometryGUI::initialize( CAM_Application* app ) createMenu( 707, measurId, -1 ); createMenu( 7072, measurId, -1 ); - int toolsId = createMenu( tr( "MEN_TOOLS" ), -1, -1, 10 ); + int toolsId = createMenu( tr( "MEN_TOOLS" ), -1, -1, 50 ); createMenu( separator(), toolsId, -1 ); createMenu( 5103, toolsId, -1 ); - int prefId = createMenu( tr( "MEN_PREFERENCES" ), -1, -1, 10 ); + int prefId = createMenu( tr( "MEN_PREFERENCES" ), -1, -1, 50 ); createMenu( separator(), prefId, -1 ); int geomId = createMenu( tr( "MEN_PREFERENCES_GEOM" ), prefId, -1 ); -- 2.39.2