Bugzilla – Attachment 85295 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), 406 bytes, created by
Lubos Lunak
on 2006-05-26 15:16:23 UTC
(
hide
)
Description:
kdebase3 patch
Filename:
MIME Type:
Creator:
Lubos Lunak
Created:
2006-05-26 15:16:23 UTC
Size:
406 bytes
patch
obsolete
>--- kicker/taskbar/taskbar.cpp.sav 2006-05-26 17:14:19.000000000 +0200 >+++ kicker/taskbar/taskbar.cpp 2006-05-26 17:14:40.000000000 +0200 >@@ -206,6 +206,10 @@ QSize TaskBar::sizeHint( KPanelExtension > { > actualMax += maxWidth; > } >+ if (containerCount() == 0) >+ { >+ actualMax = maxWidth; >+ } > > if (actualMax > maxSize.width()) > {
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