https://bugs.kde.org/show_bug.cgi?id=455560
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/plasma-desktop/commit/76 | |4b072fe82b3ee31aed6bd0d3ddf | |23e6810f844 Status|ASSIGNED |RESOLVED Version Fixed In| |5.26 --- Comment #5 from Nate Graham <n...@kde.org> --- Git commit 764b072fe82b3ee31aed6bd0d3ddf23e6810f844 by Nate Graham. Committed on 29/06/2022 at 22:57. Pushed by ngraham into branch 'master'. Make windowlist app name display configurable Before Plasma 5.25, this widget's panel button was always just an icon. That changed in 5.25, so now it also has text when used on a horizontal panel, where there's space for it. This makes the widget awkward if there are other widgets adjacent to it, because its width will constantly change based on the name of the active application, causing other widgets to shift around and breaking the user's muscle memory. On the other hand, this is fine as long as the widget has a flexible spacer between it and any other widgets, or if its adjacent widgets have their own built-in space-filling flexible spacers, as the Task Manager and Global Menu widgets do. Because that can't be programmatically determined, and also because users of horizontal panels may prefer the icons-only version anyway, let's make this configurable. This new config option only works when the widget is located on a horizontal panel, so it automatically disables itself and shows an explanatory message when it's being used in any other circumstance. | Config UI when the widget is on a horizontal panel | Config UI when the widget is on a vertical panel | Config UI when the widget is on the Desktop | | -------------------------------------------------- | ------------------------------------------------ | ------------------------ | |  |  |  | FIXED-IN: 5.26 @cblack @teams/usability @teams/vdg A +17 -0 applets/window-list/contents/config/config.qml [License: GPL(v2.0+)] A +18 -0 applets/window-list/contents/config/main.xml A +54 -0 applets/window-list/contents/ui/ConfigGeneral.qml [License: GPL(v2.0+)] M +1 -1 applets/window-list/contents/ui/MenuButton.qml https://invent.kde.org/plasma/plasma-desktop/commit/764b072fe82b3ee31aed6bd0d3ddf23e6810f844 -- You are receiving this mail because: You are watching all bug changes.