Bug 370525 - Tray icons are small
Summary: Tray icons are small
Status: RESOLVED DUPLICATE of bug 360333
Alias: None
Product: plasmashell
Classification: Plasma
Component: System Tray (show other bugs)
Version: master
Platform: Arch Linux Linux
: NOR normal
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-12 07:50 UTC by SeeLook
Modified: 2018-03-11 20:11 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Too small icons on tray (62.68 KB, image/png)
2016-10-12 07:53 UTC, SeeLook
Details
Tray icons in good size (45.20 KB, image/png)
2016-10-12 07:55 UTC, SeeLook
Details

Note You need to log in before you can comment on or make changes to this bug.
Description SeeLook 2016-10-12 07:50:34 UTC
Since Plasma 5.8.0 tray icons are small, too small.
I'm fixing it by reverting previous line in:
org.kde.plasma.private.systemtray/contents/ui/main.qml
to:
property int itemSize: Math.min(Math.min(width, height), units.iconSizes.medium)

Reproducible: Always
Comment 1 SeeLook 2016-10-12 07:53:21 UTC
Created attachment 101533 [details]
Too small icons on tray
Comment 2 SeeLook 2016-10-12 07:55:57 UTC
Created attachment 101534 [details]
Tray icons in good size
Comment 3 kbrea 2016-10-31 01:58:46 UTC
I also have this problem, the solution SeeLook provided works and resolves the issue.
Comment 4 Nikolaos Kakouros 2017-02-10 11:02:32 UTC
Judging by the attached screenshots, this should be resolved when bug 360333 is resolved. Maybe close it as duplicate?
Comment 5 Nate Graham 2018-03-11 20:11:19 UTC
Yup, definitely a duplicate.

*** This bug has been marked as a duplicate of bug 360333 ***