Bugzilla – Attachment 173602 Details for
Bug 308641
Pixelated icons in YaST navigation (left pane)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
patch
bug_308641.diff (text/plain), 945 bytes, created by
Thomas Göttlicher
on 2007-09-20 09:45:47 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Thomas Göttlicher
Created:
2007-09-20 09:45:47 UTC
Size:
945 bytes
patch
obsolete
>Index: y2controlcenterview.cpp >=================================================================== >--- y2controlcenterview.cpp (revision 40976) >+++ y2controlcenterview.cpp (working copy) >@@ -298,15 +298,7 @@ > groupname = ptr->getName(); > > QPixmap origIcon( QPixmap( icondir + icon ) ); >- QPixmap iconWithBorder( origIcon.width() + 2 * GROUP_ICON_HORIZ_BORDER, >- origIcon.height() + 2 * GROUP_ICON_VERT_BORDER, >- origIcon.depth() ); >- QBitmap mask( iconWithBorder.width(), iconWithBorder.height(), true ); >- bitBlt( &mask, GROUP_ICON_HORIZ_BORDER, GROUP_ICON_VERT_BORDER, origIcon.mask() ); >- iconWithBorder.setMask( mask ); >- bitBlt( &iconWithBorder, GROUP_ICON_HORIZ_BORDER, GROUP_ICON_VERT_BORDER, &origIcon ); >- >- QListBoxPixmap * pixmapItem = new QListBoxPixmap( iconWithBorder, groupname ); >+ QListBoxPixmap * pixmapItem = new QListBoxPixmap( origIcon, groupname ); > _listBox->insertItem( pixmapItem ); > > if (ptr->isEmpty())
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 308641
:
162738
| 173602 |
173908