From: nds Date: Mon, 30 Dec 2013 11:34:27 +0000 (+0000) Subject: It removes unnecessary margin. X-Git-Tag: BR_hydro_v_0_7~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2f2e49d6ae88327152f438dbb55bdf8527111be4;p=modules%2Fhydro.git It removes unnecessary margin. --- diff --git a/src/HYDROCurveCreator/CurveCreator_NewSectionDlg.cxx b/src/HYDROCurveCreator/CurveCreator_NewSectionDlg.cxx index 5f91246c..51d7b26b 100644 --- a/src/HYDROCurveCreator/CurveCreator_NewSectionDlg.cxx +++ b/src/HYDROCurveCreator/CurveCreator_NewSectionDlg.cxx @@ -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 );