Mailinglist Archive: opensuse-bugs (15074 mails)
| < Previous | Next > |
[Bug 308641] Pixelated icons in YaST navigation (left pane)
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 20 Sep 2007 05:56:18 -0600 (MDT)
- Message-id: <20070920115618.1EE2CCC7AB@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=308641#c3
--- Comment #3 from Stefan Hundhammer <sh@xxxxxxxxxx> 2007-09-20 05:56:17 MST ---
AFAICS this patch undoes the change necessary for bug #295712: Add a one-pixel
border around the icons. The "trivial change" dmueller mentioned in that bug
turned out to be not trivial at all; the result is the code your patch throws
out. Basically, that code creates a new pixmap one pixel larger than the
original icon and then copies the icon's pixels and the icons's bit mask into
the larger icon with border. But something may be slightly wrong there.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
--- Comment #3 from Stefan Hundhammer <sh@xxxxxxxxxx> 2007-09-20 05:56:17 MST ---
AFAICS this patch undoes the change necessary for bug #295712: Add a one-pixel
border around the icons. The "trivial change" dmueller mentioned in that bug
turned out to be not trivial at all; the result is the code your patch throws
out. Basically, that code creates a new pixmap one pixel larger than the
original icon and then copies the icon's pixels and the icons's bit mask into
the larger icon with border. But something may be slightly wrong there.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |