Salome HOME
#571 - Land Cover: calculation of Strickler coefficient
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_LandCoverDlg.cxx
index 39baff788ec10b4c479af0c938047929c86eb3a2..a88666170c177fcadcbd4cd6311480323e8866e0 100644 (file)
@@ -45,7 +45,7 @@ HYDROGUI_LandCoverDlg::HYDROGUI_LandCoverDlg( HYDROGUI_Module* theModule, const
   // Include/Exclude buttons
   QFrame* aBtnsFrame = new QFrame( myPolylineFrame );
   QVBoxLayout* aBtnsLayout = new QVBoxLayout( aBtnsFrame );
-  aBtnsLayout->setMargin( 5 );
+  aBtnsLayout->setMargin( 0 );
   aBtnsLayout->setSpacing( 5 );
   aBtnsFrame->setLayout( aBtnsLayout );
   QPushButton* anAddBtn = new QPushButton( tr("INCLUDE"), aBtnsFrame );
@@ -57,8 +57,8 @@ HYDROGUI_LandCoverDlg::HYDROGUI_LandCoverDlg( HYDROGUI_Module* theModule, const
   aBtnsLayout->addStretch( 1 );
 
   QGridLayout* aPolyLayout = new QGridLayout( myPolylineFrame );
-  aPolyLayout->setMargin( 5 );
-  aPolyLayout->setSpacing( 5 );
+  aPolyLayout->setMargin( 0 );
+  aPolyLayout->setSpacing( 10 );
   aPolyLayout->addWidget( new QLabel( tr( "LAND_COVER_POLYLINES" ), myPolylineFrame ), 0, 0, 1, 2 );
   aPolyLayout->addWidget( aBtnsFrame, 1, 0, 1, 1 );
   aPolyLayout->addWidget( myPolylines, 1, 1, 1, 1 );