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
5cb056dd
Commit
5cb056dd
authored
Feb 19, 2022
by
Devin Lin
🎨
Browse files
actiondrawer: Darken landscape drawer background to be easier to read
parent
27297c44
Pipeline
#140033
passed with stages
in 1 minute and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
components/mobileshell/qml/actiondrawer/LandscapeContentContainer.qml
View file @
5cb056dd
...
...
@@ -42,7 +42,7 @@ PlasmaCore.ColorScope {
color
:
Qt
.
rgba
(
PlasmaCore
.
Theme
.
backgroundColor
.
r
,
PlasmaCore
.
Theme
.
backgroundColor
.
g
,
PlasmaCore
.
Theme
.
backgroundColor
.
b
,
notificationWidget
.
hasNotifications
?
0.95
:
0.
7
)
notificationWidget
.
hasNotifications
?
0.95
:
0.
9
)
Behavior
on
color
{
ColorAnimation
{
duration
:
PlasmaCore
.
Units
.
longDuration
}
}
opacity
:
Math
.
max
(
0
,
Math
.
min
(
1
,
actionDrawer
.
offset
/
root
.
minimizedQuickSettingsOffset
))
}
...
...
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