Salome HOME
It removes unnecessary margin.
[modules/hydro.git] / 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 );