https://bugs.kde.org/show_bug.cgi?id=424228
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.20.0 Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/systemsettings/commit/e7 | |11edd7a8592d1dd789ef9782de5 | |3d4726f3262 Status|ASSIGNED |RESOLVED --- Comment #10 from Nate Graham <n...@kde.org> --- Git commit e711edd7a8592d1dd789ef9782de53d4726f3262 by Nate Graham. Committed on 19/07/2020 at 17:13. Pushed by ngraham into branch 'master'. [sidebar view] Remove size hacks for toolbar items The heights of these items are all bound together to keep them the same height, but this is the wrong way to do it; instead, the QQC2 styling for these controls should automatically take care of ensuring consistent heights, as I recently did for the PlasmaComponents3 versions in https://invent.kde.org/frameworks/plasma-framework/-/commit/e607c1ae470acd526c8a0a0d8323e878e8be55e8. These hacks have caused a bug when the font size is increased. Let's remove the size hacks and fix the sizing properly in the style itself. FIXED-IN: 5.20.0 M +0 -6 sidebar/package/contents/ui/CategoriesPage.qml https://invent.kde.org/plasma/systemsettings/commit/e711edd7a8592d1dd789ef9782de53d4726f3262 -- You are receiving this mail because: You are watching all bug changes.