Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Workspace
Commits
aaf9d475
Commit
aaf9d475
authored
Dec 24, 2021
by
Noah Davis
🌵
Committed by
Nate Graham
Dec 24, 2021
Browse files
digital-clock: fix calendar popup contrast when opened from desktop
BUG: 446991
(cherry picked from commit
df558583
)
parent
cf3f13c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/digital-clock/package/contents/ui/CalendarView.qml
View file @
aaf9d475
...
@@ -26,6 +26,9 @@ PlasmaExtras.Representation {
...
@@ -26,6 +26,9 @@ PlasmaExtras.Representation {
property
int
_minimumWidth
:
(
calendar
.
showAgenda
||
calendar
.
showClocks
)
?
PlasmaCore
.
Units
.
gridUnit
*
45
:
PlasmaCore
.
Units
.
gridUnit
*
22
property
int
_minimumWidth
:
(
calendar
.
showAgenda
||
calendar
.
showClocks
)
?
PlasmaCore
.
Units
.
gridUnit
*
45
:
PlasmaCore
.
Units
.
gridUnit
*
22
property
int
_minimumHeight
:
PlasmaCore
.
Units
.
gridUnit
*
25
property
int
_minimumHeight
:
PlasmaCore
.
Units
.
gridUnit
*
25
PlasmaCore.ColorScope.inherit
:
false
PlasmaCore.ColorScope.colorGroup
:
PlasmaCore
.
Theme
.
NormalColorGroup
Layout.minimumWidth
:
_minimumWidth
Layout.minimumWidth
:
_minimumWidth
Layout.minimumHeight
:
_minimumHeight
Layout.minimumHeight
:
_minimumHeight
Layout.preferredWidth
:
_minimumWidth
Layout.preferredWidth
:
_minimumWidth
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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