diff --git a/kstyle/breeze.h b/kstyle/breeze.h --- a/kstyle/breeze.h +++ b/kstyle/breeze.h @@ -74,6 +74,7 @@ // combobox ComboBox_FrameWidth = 6, + ComboBox_IndicatorWidth = 22, // spinbox SpinBox_FrameWidth = LineEdit_FrameWidth, diff --git a/kstyle/breezestyle.cpp b/kstyle/breezestyle.cpp --- a/kstyle/breezestyle.cpp +++ b/kstyle/breezestyle.cpp @@ -2507,7 +2507,7 @@ size.setHeight( qMax( size.height(), int(Metrics::MenuButton_IndicatorWidth) ) ); // add button width and spacing - size.rwidth() += Metrics::MenuButton_IndicatorWidth; + size.rwidth() += Metrics::ComboBox_IndicatorWidth; return size;