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
df558583
Commit
df558583
authored
Dec 24, 2021
by
Noah Davis
🌵
Browse files
digital-clock: fix calendar popup contrast when opened from desktop
BUG: 446991
parent
14afd237
Pipeline
#113946
passed with stage
in 7 minutes and 18 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
applets/digital-clock/package/contents/ui/CalendarView.qml
View file @
df558583
...
...
@@ -26,6 +26,9 @@ PlasmaExtras.Representation {
property
int
_minimumWidth
:
(
calendar
.
showAgenda
||
calendar
.
showClocks
)
?
PlasmaCore
.
Units
.
gridUnit
*
45
:
PlasmaCore
.
Units
.
gridUnit
*
22
property
int
_minimumHeight
:
PlasmaCore
.
Units
.
gridUnit
*
25
PlasmaCore.ColorScope.inherit
:
false
PlasmaCore.ColorScope.colorGroup
:
PlasmaCore
.
Theme
.
NormalColorGroup
Layout.minimumWidth
:
_minimumWidth
Layout.minimumHeight
:
_minimumHeight
Layout.preferredWidth
:
_minimumWidth
...
...
Noah Davis
🌵
@ndavis
mentioned in commit
aaf9d475
·
Dec 24, 2021
mentioned in commit
aaf9d475
mentioned in commit aaf9d475fd39fddb7671b33dca6b1a8ed74e2c06
Toggle commit list
Write
Preview
Markdown
is supported
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