Summary: | Icons too long, after removing "Icon size" option | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | PRIZ ;] <danielpetrov> |
Component: | Task Manager and Icons-Only Task Manager | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | nate, niccolo.venerandi |
Priority: | NOR | ||
Version: | 5.26.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 6.1.0 | |
Sentry Crash Report: | |||
Attachments: |
This is the current release, with the too large icons
What it used to look like (approx, I don't have a screenshot) Progress indicator too large |
Description
PRIZ ;]
2022-10-23 02:36:27 UTC
Created attachment 153133 [details]
What it used to look like (approx, I don't have a screenshot)
I forgot to mention that merely hitting 'Apply' in the 6th step won't update the panel, you should hit 'OK' I played with the width of the taskbar, and the icon heights changed accordingly. This is a simple case of forgetting to scale both dimensions. This seems like an easy `icon.height = taskbar.width / taskbar.columnCount` to me, or something along those lines Created attachment 153149 [details]
Progress indicator too large
Likely the same issue as before, it is scaling to the taskbar width instead of the icon width
Update: This does not appear to be an issue with the regular "Task Manager" (not "Icons-only Task Manager") However, I would still like to use the icons-only task manager since it puts pinned items first Still an issue with: Operating System: Kubuntu 22.10 KDE Plasma Version: 5.26.5 KDE Frameworks Version: 5.102.0 Qt Version: 5.15.6 Kernel Version: 5.19.0-24-generic (64-bit) Graphics Platform: X11 Still present in the following version: Operating System: Kubuntu 23.04 KDE Plasma Version: 5.27.4 KDE Frameworks Version: 5.104.0 Qt Version: 5.15.8 Kernel Version: 6.2.0-20-generic (64-bit) Graphics Platform: X11 Perhaps related to bug 466566? This was fixed in Plasma 6.1. |