Bugzilla – Attachment 74509 Details for
Bug 156621
Taskbar has variable size
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
kdebase3 patch
taskbar.cpp.patch (text/plain), 468 bytes, created by
Lubos Lunak
on 2006-03-22 16:22:39 UTC
(
hide
)
Description:
kdebase3 patch
Filename:
MIME Type:
Creator:
Lubos Lunak
Created:
2006-03-22 16:22:39 UTC
Size:
468 bytes
patch
obsolete
>--- kicker/taskbar/taskbar.cpp.sav 2006-02-20 15:54:16.000000000 +0100 >+++ kicker/taskbar/taskbar.cpp 2006-03-22 14:58:28.000000000 +0100 >@@ -186,7 +186,7 @@ QSize TaskBar::sizeHint( KPanelExtension > maxWidth = BUTTON_MAX_WIDTH; > } > >- int actualMax = maxWidth * (containerCount() / rows); >+ int actualMax = maxWidth * ( ( containerCount() != 0 ? containerCount() : 1 ) / rows); > > if (containerCount() % rows > 0) > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 156621
:
72251
|
72252
|
72254
|
72255
|
74509
|
85295