Summary: | system tray icons are 32px in size but plasma breeze didn't support this size | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | andreas <kainz.a> |
Component: | System Tray widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kde, kilian, notmart |
Priority: | NOR | ||
Version First Reported In: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
22px system tray icon size
32px system tray |
Description
andreas
2016-08-05 21:31:53 UTC
I don't understand. How does Breeze not "support this"? The icons look just fine here. Also, they're SVG. Created attachment 100521 [details]
22px system tray icon size
plasma-workspace/applets/systemtray/package/contents/config/main.xml
<entry name="iconSize" tpe="Int">
<default>1</default>
Created attachment 100522 [details]
32px system tray
plasma-workspace/applets/systemtray/package/contents/config/main.xml
<entry name="iconSize" tpe="Int">
<default>2</default>
the plasma theme support 95% only 22px icons, cause most icons are available in 22px size. some like the klipper icon is available in 22px and 32px. In attachment 100522 [details] (32px size) you see that the clipper icon is sharp and the other icons are scalled.
That's a design issue of breeze cause breeze icons use 1px lines so when you scale from 22px to 32px the line width will be 1.45px and it look blur. I will add the 32px icons for the breeze plasma theme but now you can see the issue.
Thanks, I never noticed (or cared) about the slightly blurred lines :) (In reply to andreas from comment #4) > That's a design issue of breeze cause breeze icons use 1px lines so when you > scale from 22px to 32px the line width will be 1.45px and it look blur. I > will add the 32px icons for the breeze plasma theme but now you can see the > issue. hmm, master should *not* be 32 pixels i think? are you sure this is still happening on master (what will be 5.8?) on high dpi displays however, the icons *will* be scaled, so yes, needs bigger icons as well for more dense screens *** Bug 366009 has been marked as a duplicate of this bug. *** Master is 22px and 5.7.x is 32px fixed in plasma 5.8 |