diff --git a/kstyle/breeze.h b/kstyle/breeze.h index a441a88c..933ed662 100644 --- a/kstyle/breeze.h +++ b/kstyle/breeze.h @@ -58,7 +58,7 @@ namespace Breeze Frame_FrameRadius = 3, // layout - Layout_TopLevelMarginWidth = 0, + Layout_TopLevelMarginWidth = 10, Layout_ChildMarginWidth = 6, Layout_DefaultSpacing = 6, diff --git a/kstyle/breezestyle.cpp b/kstyle/breezestyle.cpp index cff74e44..8b32c04c 100644 --- a/kstyle/breezestyle.cpp +++ b/kstyle/breezestyle.cpp @@ -672,8 +672,6 @@ namespace Breeze case SE_TabWidgetRightCorner: return tabWidgetCornerRect( SE_TabWidgetRightCorner, option, widget ); case SE_ToolBoxTabContents: return toolBoxTabContentsRect( option, widget ); - case SE_PushButtonLayoutItem: return genericLayoutItemRect( option, widget ); - // fallback default: return ParentStyleClass::subElementRect( element, option, widget );