]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_Dialog.cpp
Salome HOME
Auto-rebuild management
[modules/shaper.git] / src / ModuleBase / ModuleBase_Dialog.cpp
index d07bebf0f05b072850f6829abbe28fe320eb17c8..6c0cacd4f6cd23700d06237423ddaec2d3ac413d 100644 (file)
@@ -75,7 +75,7 @@ ModuleBase_Dialog::ModuleBase_Dialog(ModuleBase_IWorkshop* theParent, const QStr
   aFrame->setFrameStyle(QFrame::WinPanel | QFrame::Raised);
   aLayout->addWidget(aFrame);
 
-  QVBoxLayout* aBtnLayout = new QVBoxLayout(aFrame);
+  QHBoxLayout* aBtnLayout = new QHBoxLayout(aFrame);
   ModuleBase_Tools::adjustMargins(aBtnLayout);
 
   myButtonsBox = new QDialogButtonBox(