Salome HOME
refs #431: margins are updated
authorasl <asl@opencascade.com>
Fri, 22 Aug 2014 06:29:12 +0000 (06:29 +0000)
committerasl <asl@opencascade.com>
Fri, 22 Aug 2014 06:29:12 +0000 (06:29 +0000)
src/HYDROGUI/HYDROGUI_LocalCSDlg.cxx

index 2b0168b310e023814d6389ad3712d1f0ab9b46af..18920b9412090ba2a51707cde70872f071a71d10 100644 (file)
@@ -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 );