[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#373919: Patch exists



Apparently a patch exists which is supposed to fix that bug:

http://bugs.kde.org/show_bug.cgi?id=128552#c14

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
 at  at  -177,14 +177,14  at  at
 
         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
     {



Reply to: