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::MenuButton_IndicatorWidth+2; return size;