Bug 499872

Summary: `plasmawindowed` does not pad toolbars.
Product: [Plasma] Plasma SDK Reporter: Roke Julian Lockhart Beedell <4wy78uwh>
Component: plasmoidviewerAssignee: Plasma Bugs List <plasma-bugs-null>
Status: CONFIRMED ---    
Severity: minor CC: giorgos.tsiapaliokas, kde
Priority: NOR    
Version First Reported In: 6.3.0   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
URL: https://bugs.kde.org/show_bug.cgi?id=499154#c9
See Also: https://bugs.kde.org/show_bug.cgi?id=499154
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Screenshot of `org.kde.plasma.clipboard` in 6.3.0 (for `#c0`).
Screenshot of `org.kde.plasma.volume` in 6.3.0 (for `#c0`).

Description Roke Julian Lockhart Beedell 2025-02-12 11:44:03 UTC
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
Comment 1 Roke Julian Lockhart Beedell 2025-02-12 11:44:23 UTC
Created attachment 178179 [details]
Screenshot of `org.kde.plasma.volume` in 6.3.0 (for `#c0`).