From: asv Date: Tue, 2 Aug 2005 12:43:40 +0000 (+0000) Subject: menues "Tools" and "Preferences" are moved to the right.. X-Git-Tag: T_3_0_2a1~26 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=694a9aaaee57e8b07fd5284bce1b5b9f03619096;p=modules%2Fgeom.git menues "Tools" and "Preferences" are moved to the right.. --- 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 );