Bug 499872 - `plasmawindowed` does not pad toolbars.
Summary: `plasmawindowed` does not pad toolbars.
Status: CONFIRMED
Alias: None
Product: Plasma SDK
Classification: Plasma
Component: plasmoidviewer (other bugs)
Version First Reported In: 6.3.0
Platform: Fedora RPMs Linux
: NOR minor
Target Milestone: ---
Assignee: Plasma Bugs List
URL: https://bugs.kde.org/show_bug.cgi?id=...
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-12 11:44 UTC by Roke Julian Lockhart Beedell
Modified: 2025-02-12 12:03 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Screenshot of `org.kde.plasma.clipboard` in 6.3.0 (for `#c0`). (39.13 KB, image/png)
2025-02-12 11:44 UTC, Roke Julian Lockhart Beedell
Details
Screenshot of `org.kde.plasma.volume` in 6.3.0 (for `#c0`). (22.59 KB, image/png)
2025-02-12 11:44 UTC, Roke Julian Lockhart Beedell
Details

Note You need to log in before you can comment on or make changes to this bug.
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`).