Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Mobile
Commits
b1df737b
Commit
b1df737b
authored
May 26, 2022
by
Devin Lin
🎨
Browse files
homescreen: Fix app drawer header buttons not interactable
parent
51a9ad3e
Pipeline
#181326
passed with stage
in 1 minute and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
containments/homescreens/default/package/contents/ui/appdrawer/AppDrawerHeader.qml
View file @
b1df737b
...
...
@@ -19,6 +19,11 @@ PlasmaCore.ColorScope {
colorGroup
:
PlasmaCore
.
Theme
.
ComplementaryColorGroup
// HACK: Here only to steal inputs the would normally be delivered to home
MouseArea
{
anchors.fill
:
parent
}
RowLayout
{
anchors.topMargin
:
PlasmaCore
.
Units
.
smallSpacing
anchors.leftMargin
:
PlasmaCore
.
Units
.
largeSpacing
...
...
@@ -46,9 +51,4 @@ PlasmaCore.ColorScope {
onClicked
:
root
.
switchToGridRequested
()
}
}
//HACK: Here only to steal inputs the would normally be delivered to home
MouseArea
{
anchors.fill
:
parent
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment