Created attachment 178178 [details] Screenshot of `org.kde.plasma.clipboard` in 6.3.0 (for `#c0`). SUMMARY ------- `plasmawindowed` does not pad window toolbars. STEPS TO REPRODUCE ------------------ 1. ~~~sh #!/usr/bin/env sh plasmawindowed org.kde.plasma.volume ~~~ OBSERVED RESULT --------------- The right-most button isn't padded. Though, the left *appears to be* (although it's not a `QToolButton`, so perhaps *that*'s the reason). 2. ~~~sh #!/usr/bin/env sh plasmawindowed org.kde.plasma.clipboard ~~~ OBSERVED RESULT --------------- Neither the left nor right buttons are padded. EXPECTED RESULT --------------- [`id=499154#c9`][1] recommends a `smallSpacing`. SOFTWARE/OS VERSIONS -------------------- 1. ~~~sh #!/usr/bin/env sh kinfo ~~~ 2. > ~~~YAML > Operating System: Fedora Linux 41 > KDE Plasma Version: 6.3.0 > KDE Frameworks Version: 6.10.0 > Qt Version: 6.8.2 > Kernel Version: 6.12.11-200.fc41.x86_64 (64-bit) > Graphics Platform: Wayland > Processors: 12 × AMD Ryzen 5 7600X 6-Core Processor > Memory: 30.4 GiB of RAM > Graphics Processor 1: AMD Radeon RX 5700 > Graphics Processor 2: AMD Radeon Graphics > ~~~ ADDITIONAL INFORMATION ---------------------- [1]: https://bugs.kde.org/show_bug.cgi?id=499154#c9
Created attachment 178179 [details] Screenshot of `org.kde.plasma.volume` in 6.3.0 (for `#c0`).