From 2f2e49d6ae88327152f438dbb55bdf8527111be4 Mon Sep 17 00:00:00 2001 From: nds Date: Mon, 30 Dec 2013 11:34:27 +0000 Subject: [PATCH] It removes unnecessary margin. --- src/HYDROCurveCreator/CurveCreator_NewSectionDlg.cxx | 1 + 1 file changed, 1 insertion(+) 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 ); -- 2.39.2