https://bugs.kde.org/show_bug.cgi?id=506463
--- Comment #3 from cwo <[email protected]> --- Git commit a66ce3f64df762b5d92a4a23b2394abf0fa9a436 by Christoph Wolk. Committed on 22/08/2025 at 14:35. Pushed by cwo into branch 'master'. applet: don't indent streams For sources, we add indentation to the entry if the other source category has radio buttons but the current category does not (due to having only a single entry), to make them align properly. The code also applies this to streams, but this makes no sense as streams never have radio buttons. Instead, we apply the indentation only for devices, not streams. For clarity, we factor this out as a property and use it for other conditionals that test for being a stream, rather than duplicate the code. FIXED-IN: 6.4.5 M +5 -4 applet/ListItemBase.qml https://invent.kde.org/plasma/plasma-pa/-/commit/a66ce3f64df762b5d92a4a23b2394abf0fa9a436 -- You are receiving this mail because: You are watching all bug changes.
