From 9d919fe6dbfd2a9c6fa7049ad5db0500020c1ed8 Mon Sep 17 00:00:00 2001 From: jfa Date: Tue, 18 Oct 2005 13:58:54 +0000 Subject: [PATCH] Fix size of 'Select color' button of the 'Plot 2d View Settings' dlg --- src/Plot2d/Plot2d_SetupViewDlg.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Plot2d/Plot2d_SetupViewDlg.cxx b/src/Plot2d/Plot2d_SetupViewDlg.cxx index c7e157eec..df4ebf075 100644 --- a/src/Plot2d/Plot2d_SetupViewDlg.cxx +++ b/src/Plot2d/Plot2d_SetupViewDlg.cxx @@ -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 ); -- 2.39.2