[Bug 128552] REGRESSION: "Length" has no effect if External TaskBar is at the side of the screen

Dirk Mueller mueller at kde.org
Mon Aug 7 20:26:27 UTC 2006


------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=128552         
mueller kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From mueller kde org  2006-08-07 22:26 -------
SVN commit 570840 by mueller:

fix stupid typo
BUG: 128552


 M  +2 -2      taskbar.cpp  


--- branches/KDE/3.5/kdebase/kicker/taskbar/taskbar.cpp #570839:570840
 @ -177,14 +177,14  @
 
         if (containerCount() == 0)
         {
-            actualMax = maxSize.height();
+            actualMax = minButtonHeight;
         }
 
         if (actualMax > maxSize.height())
         {
             return maxSize;
         }
-        return QSize( maxSize.width(), maxSize.height() );
+        return QSize( maxSize.width(), actualMax );
     }
     else
     {



More information about the pkg-kde-bugs-fwd mailing list