From: vsv Date: Tue, 21 Jan 2020 09:50:09 +0000 (+0300) Subject: Make Spline panel for editing aligned to top X-Git-Tag: V9_5_0a1~54^2~18 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=07b09f2c3649ee82cc385c848532489c44949cea;p=modules%2Fshaper.git Make Spline panel for editing aligned to top --- diff --git a/src/ModuleBase/ModuleBase_WidgetFactory.cpp b/src/ModuleBase/ModuleBase_WidgetFactory.cpp index 0467869f9..a01c7f18d 100644 --- a/src/ModuleBase/ModuleBase_WidgetFactory.cpp +++ b/src/ModuleBase/ModuleBase_WidgetFactory.cpp @@ -189,8 +189,8 @@ void ModuleBase_WidgetFactory::createWidget(ModuleBase_PageBase* thePage, aWidget->setVisible(false); } } + thePage->alignToTop(); } - thePage->alignToTop(); } void ModuleBase_WidgetFactory::getAttributeTitle(const std::string& theAttributeId,