Bug 458394 - Only part of the top toolbar is draggable
Summary: Only part of the top toolbar is draggable
Status: RESOLVED FIXED
Alias: None
Product: Welcome Center
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-27 16:18 UTC by Nate Graham
Modified: 2022-08-27 18:12 UTC (History)
1 user (show)

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


Attachments

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