From e0e64b53f3095fde5d2a2cb0bcde9a919c2c821c Mon Sep 17 00:00:00 2001 From: asl Date: Fri, 22 Aug 2014 06:29:12 +0000 Subject: [PATCH] refs #431: margins are updated --- src/HYDROGUI/HYDROGUI_LocalCSDlg.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/HYDROGUI/HYDROGUI_LocalCSDlg.cxx b/src/HYDROGUI/HYDROGUI_LocalCSDlg.cxx index 2b0168b3..18920b94 100644 --- a/src/HYDROGUI/HYDROGUI_LocalCSDlg.cxx +++ b/src/HYDROGUI/HYDROGUI_LocalCSDlg.cxx @@ -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 ); -- 2.39.2