|
Bugzilla – Full Text Bug Listing |
| Summary: | Pixelated icons in YaST navigation (left pane) | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Francis Giannaros <francis> |
| Component: | YaST2 | Assignee: | Thomas Göttlicher <tgoettlicher> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Minor | ||
| Priority: | P5 - None | ||
| Version: | Beta 3 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
pixelated yast icons in left pane
patch patch |
||
This issue is still here in beta3plus, and it really makes things look ugly. Will this be fixed in time? Created attachment 173602 [details]
patch
This bug is caused by scaling the icons.
I will submit the attached patch to svn after 10.3.
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. Thanks for that hint. I have found out the real problem: The adapted mask is 1-bpp. Therefore the alpha-gradients are destroyed and icons appear pixelated. Created attachment 173908 [details]
patch
Fixed in svn r41537. Submitted to STABLE. |
Created attachment 162738 [details] pixelated yast icons in left pane In the navigation some of the icons appear pixelated (see attachment below), though on the right they appear perfectly clear and fine.