From: asl Date: Fri, 22 Aug 2014 06:29:12 +0000 (+0000) Subject: refs #431: margins are updated X-Git-Tag: master_20140917~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e0e64b53f3095fde5d2a2cb0bcde9a919c2c821c;p=modules%2Fhydro.git refs #431: margins are updated --- diff --git a/src/HYDROGUI/HYDROGUI_LocalCSDlg.cxx b/src/HYDROGUI/HYDROGUI_LocalCSDlg.cxx index 2b0168b3..18920b94 100644 --- a/src/HYDROGUI/HYDROGUI_LocalCSDlg.cxx +++ b/src/HYDROGUI/HYDROGUI_LocalCSDlg.cxx @@ -36,6 +36,8 @@ HYDROGUI_LocalCSDlg::HYDROGUI_LocalCSDlg( HYDROGUI_Module* theModule, const QStr addWidget( aFrame, 1 ); QGridLayout* aLayout = new QGridLayout( aFrame ); + aLayout->setMargin( 5 ); + aLayout->setSpacing( 5 ); myLX = new QtxDoubleSpinBox( 0, RANGE, STEP, PREC, PREC, aFrame ); myLX->setValue( 0.0 );