[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kicker/core
From:       Richard Smith <kde () metafoo ! co ! uk>
Date:       2005-02-14 23:12:44
Message-ID: 20050214231244.7A7571CE7C () office ! kde ! org
[Download RAW message or body]

CVS commit by lilachaze: 

Don't unnecessarily put scrollbars at the end of the panel. OK'd by aseigo.


  M +2 -2      container_extension.cpp   1.106


--- kdebase/kicker/core/container_extension.cpp  #1.105:1.106
@@ -201,5 +201,5 @@ QSize ExtensionContainer::sizeHint(KPane
         if (!KickerSettings::transparent())
         {
-            height += 1; // the border
+            width += 2; // the border
         }
 
@@ -218,5 +218,5 @@ QSize ExtensionContainer::sizeHint(KPane
         if (!KickerSettings::transparent())
         {
-            width += 1; // the border
+            height += 2; // the border
         }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic