Created attachment 130819 [details] size differences SUMMARY Since updating to frameworks 5.73, some (but not all) plasmoid action icons are now roughly twice the size as they used to be. See the attached screenshots for examples. This includes plasmoids (most right one in the attached image) that use plasma 2 components and have not been updated / changed in a while. Frameworks 5.73 Qt 5.14.2 Plasma 5.19.4 X11, no scaling
Created attachment 130820 [details] padding It appears that the buttons have the same size, just some have a padding (which makes the icon a bit smaller) whilst others have none, so the icon is the exact size of the button. See the new attachment. I tried with both breeze and a custom theme which has not been updated, the issue stays the same.
Will investigate.
Can reproduce.
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/plasma-framework/-/merge_requests/66
Git commit 7062c635a9bc7186af5d14037ba74cb527bf6386 by Noah Davis. Committed on 13/08/2020 at 21:10. Pushed by ndavis into branch 'master'. Fix PC2 ToolButtonStyle margins Previously, it was trying to use the margins of toolbutton-hover for flat buttons, but toolbutton-hover doesn't have real margins (0.001 since 0 isn't valid). M +4 -4 src/declarativeimports/plasmastyle/ToolButtonStyle.qml https://invent.kde.org/frameworks/plasma-framework/commit/7062c635a9bc7186af5d14037ba74cb527bf6386
Git commit f857da38643ce143826580d3641a13b656676891 by Noah Davis. Committed on 14/08/2020 at 20:20. Pushed by ndavis into branch 'master'. Fix toolbutton-hover margins in button.svg The toolbutton-hover margins need to be inconsistent with the hover margins because 3rd party themes expect this inconsistent behavior now. M +10 -10 src/desktoptheme/breeze/widgets/button.svg https://invent.kde.org/frameworks/plasma-framework/commit/f857da38643ce143826580d3641a13b656676891
*** Bug 425541 has been marked as a duplicate of this bug. ***