Created attachment 184107 [details] elisa-icon-32px SUMMARY Elisa's icon on the 32px panel looks extremely small compared to other icons. EXPECTED RESULT Increase the dimension size. SOFTWARE/OS VERSIONS Operating System: openSUSE Tumbleweed 20250813 KDE Plasma Version: 6.4.4 KDE Frameworks Version: 6.17.0 Qt Version: 6.9.1 Graphics Platform: Wayland
If you resize your panel to be a little bit thicker or thinner, does Elisa's icon size change?
Created attachment 184253 [details] Taskbar - 32px to 40px of Elisa Hello Nate, thank you for writing, On the attach a short demonstration from 32px to 40px of taskbar. It start with 32px, 34px, 36px, 38px and 40px. So, only in 40px does it seem clearly good. For example, Dolphin's icon is more complete from 32px to 40px, as well as many other icons, Elisa seems a little small in size.
I see what's going on here. Elisa has a 22px icon in the icon theme, and 22 is closer to 32 and 48 is, so at that size the icon theme gives you the small icon. This 22px icon isn't needed; I'll remove it.
Git commit c77213d13141d7f6f271f90147890e8f21aca0f3 by Nate Graham. Committed on 19/08/2025 at 18:55. Pushed by ngraham into branch 'master'. Remove 22px colorful app icons These aren't needed; only the 48px size is desired. The small sizes of these icons can cause apps and Plasma to display inappropriately-sized versions of app icons when the icon renderer is told to not scale icons. FIXED-IN: 6.18 D +0 -24 icons/apps/22/elisa.svg D +0 -1 icons/apps/22/ktimetracker.svg D +0 -374 icons/apps/22/umbrello.svg https://invent.kde.org/frameworks/breeze-icons/-/commit/c77213d13141d7f6f271f90147890e8f21aca0f3
Git commit bf46b2777d45f224e1fa9cd06be0f0e4c47a0895 by Nate Graham. Committed on 27/08/2025 at 23:33. Pushed by cullmann into branch 'master'. Remove nonstandard colorful app icon sizes In general, colorful app icons are 48px in size. When apps offer other colorful versions at other sizes, it offers the benefit of pixel-perfection at those sizes, with the drawback of uneven sizing between app icons in UIs that snap icons to the next closest existing size, like the Task Manager does. Thus there would be a preference list of ideal outcomes: 1. All app icon include versions for all sizes. Drawback: tons of work that, realistically, won't happen. 2. All app icons only include the 48px version. Drawback: blurriness when app icons are displayed at sizes other than 48px when using a low DPI screen. 3. Some app icons include colorful versions at some random sizes. Drawback: still get blurriness for *most* app icons displayed at non-48px size, but also get mismatched sizes in the Task Manager and potentially other places too. Right now we're at outcome 3. This MR moves Breeze icons to outcome 2 for icons of actual apps. Outcome 1 would be ideal, but would be orders of magnitude more work that I don't foresee materializing. T +3363 -1 icons/apps/16/accessories-text-editor.svg D +0 -51 icons/apps/16/kmymoney.svg D +0 -22 icons/apps/16/konversation.svg D +0 -3363 icons/apps/16/kwrite.svg T +123 -1 icons/apps/16/preferences-system.svg D +0 -123 icons/apps/16/systemsettings.svg D +0 -351 icons/apps/16/umbrello.svg D +0 -20 icons/apps/16/vvave.svg T +1991 -1 icons/apps/32/accessories-text-editor.svg D +0 -1 icons/apps/32/ktimetracker.svg D +0 -1991 icons/apps/32/kwrite.svg T +141 -1 icons/apps/32/preferences-system.svg D +0 -141 icons/apps/32/systemsettings.svg D +0 -375 icons/apps/32/umbrello.svg T +1421 -1 icons/apps/64/accessories-text-editor.svg D +0 -1421 icons/apps/64/kwrite.svg D +0 -687 icons/apps/64/umbrello.svg M +1 -1 icons/preferences/32/preferences.svg M +1 -1 icons/preferences/32/yast-sysconfig.svg M +1 -1 icons/preferences/32/yast-system-group.svg https://invent.kde.org/frameworks/breeze-icons/-/commit/bf46b2777d45f224e1fa9cd06be0f0e4c47a0895
Created attachment 185072 [details] Elisa Icon - Recently Adjusted Lately from (Frameworks 6.18.0 / Gear 25.08.1) it seems fixed to me, if we compared to the previous [Attach] photo it looks better now. However, I would like to enlarged a little more? i mean in the dimension of Dolphin icon if possible, it would be ideal in my view. Thank you.
It could be enlarged a bit. That would require changes to the actual icon itself though.