From 1d80bf77ad609bf3cf5bb7d87eb8c059715e3fcf Mon Sep 17 00:00:00 2001 From: ribes Date: Wed, 19 Jan 2011 14:34:30 +0000 Subject: [PATCH] Put JobManager Top Menu at the same place than others modules --- src/wrappers/BL_MainWindows_SALOME.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2