Bug 458394

Summary: Only part of the top toolbar is draggable
Product: [Applications] Welcome Center Reporter: Nate Graham <nate>
Component: generalAssignee: Plasma Bugs List <plasma-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: nate
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
See Also: https://bugs.kde.org/show_bug.cgi?id=452180
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Nate Graham 2022-08-27 16:18:33 UTC
This is because it uses a QQC2.Toolbar which doesn't have the "you can drag me to move the window" feature implemented yet.

We could fix this by either porting it to use a Kirigami [something]ApplicationHeader, or adding the requisite logic to our styling of QQC2.ToolBar. I slightly lean towards the latter.