Salome HOME
Fix for bug 9366: Incorrect size of 'Select color' buttons of the 'Curve Setup' dlg
authorjfa <jfa@opencascade.com>
Tue, 18 Oct 2005 14:55:01 +0000 (14:55 +0000)
committerjfa <jfa@opencascade.com>
Tue, 18 Oct 2005 14:55:01 +0000 (14:55 +0000)
src/SALOMEGUI/SALOMEGUI_SetupCurveDlg.cxx

index 4265cb95de6a9351cf223c42f80c4e26cec28d64..e6905c5d4c27ea9e18c3359beb46b4e051f59077 100644 (file)
@@ -82,6 +82,7 @@ SALOMEGUI_SetupCurveDlg::SALOMEGUI_SetupCurveDlg( QWidget* parent )
 
   QLabel* aColorLab = new QLabel( tr( "CURVE_COLOR_LAB" ), TopGroup );
   myColorBtn = new QToolButton( TopGroup );
+  myColorBtn->setMinimumSize( 20, 20 );
 
   TopGroupLayout->addWidget( aLineTypeLab, 0, 0 );
   TopGroupLayout->addMultiCellWidget( myLineCombo, 0, 0, 1, 2 );