diff --git a/kstyle/breezestyle.cpp b/kstyle/breezestyle.cpp index bc760639..cff74e44 100644 --- a/kstyle/breezestyle.cpp +++ b/kstyle/breezestyle.cpp @@ -483,6 +483,10 @@ namespace Breeze return Metrics::Layout_TopLevelMarginWidth; + } else if( widget && widget->inherits( "KPageView" ) ) { + + return 0; + } else { return Metrics::Layout_ChildMarginWidth;