From: ribes Date: Wed, 19 Jan 2011 14:34:30 +0000 (+0000) Subject: Put JobManager Top Menu at the same place than others modules X-Git-Tag: V6_3_0a1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1d80bf77ad609bf3cf5bb7d87eb8c059715e3fcf;p=modules%2Fjobmanager.git Put JobManager Top Menu at the same place than others modules --- diff --git a/src/wrappers/BL_MainWindows_SALOME.cxx b/src/wrappers/BL_MainWindows_SALOME.cxx index 6913118..ae8f253 100644 --- a/src/wrappers/BL_MainWindows_SALOME.cxx +++ b/src/wrappers/BL_MainWindows_SALOME.cxx @@ -132,7 +132,7 @@ BL::MainWindows_SALOME::createAction(const QString& toolTip, int BL::MainWindows_SALOME::createTopMenu(const QString & menu_name) { - return createMenu(menu_name, -1); + return createMenu(menu_name, -1, -1, 30 ); } void