]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
It removes unnecessary margin.
authornds <nds@opencascade.com>
Mon, 30 Dec 2013 11:34:27 +0000 (11:34 +0000)
committernds <nds@opencascade.com>
Mon, 30 Dec 2013 11:34:27 +0000 (11:34 +0000)
src/HYDROCurveCreator/CurveCreator_NewSectionDlg.cxx

index 5f91246c5794f33aee93f5f243986ac7ce361493..51d7b26b6229107ee62746596839e20f141f9d76 100644 (file)
@@ -36,6 +36,7 @@ CurveCreator_NewSectionDlg::CurveCreator_NewSectionDlg( QWidget *parent, bool en
 {
   QFrame* aFrame = new QFrame( this );
   QVBoxLayout* aLayout = new QVBoxLayout( aFrame );
+  aLayout->setMargin( 0 );
 
   QFrame* aCoordFrame = new QFrame( aFrame );
   QGridLayout* aCoordLayout = new QGridLayout( aCoordFrame );