]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
menues "Tools" and "Preferences" are moved to the right..
authorasv <asv@opencascade.com>
Tue, 2 Aug 2005 12:43:40 +0000 (12:43 +0000)
committerasv <asv@opencascade.com>
Tue, 2 Aug 2005 12:43:40 +0000 (12:43 +0000)
src/GEOMGUI/GeometryGUI.cxx

index e75c987f9e295c528e7cde0f0beab2b9fb06f19e..ab136cb7dcceb7f8125814bdf523c7ff8e7e4699 100644 (file)
@@ -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 );