]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Fix size of 'Select color' button of the 'Plot 2d View Settings' dlg
authorjfa <jfa@opencascade.com>
Tue, 18 Oct 2005 13:58:54 +0000 (13:58 +0000)
committerjfa <jfa@opencascade.com>
Tue, 18 Oct 2005 13:58:54 +0000 (13:58 +0000)
src/Plot2d/Plot2d_SetupViewDlg.cxx

index c7e157eec2d07c7cbee8d10af375109af6a2327c..df4ebf075e372e67ede15bf98eda6fb98797be4f 100644 (file)
@@ -81,6 +81,7 @@ Plot2d_SetupViewDlg::Plot2d_SetupViewDlg( QWidget* parent, bool showDefCheck )
   // background color
   QLabel* aBGLab  = new QLabel( tr( "PLOT2D_BACKGROUND_COLOR_LBL" ), this );
   myBackgroundBtn = new QToolButton( this );
+  myBackgroundBtn->setMinimumWidth( 20 );
   // scale mode
   QGroupBox* aScaleGrp = new QGroupBox( tr( "PLOT2D_SCALE_TLT" ), this );
   aScaleGrp->setColumnLayout(0, Qt::Vertical );