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 Workspace
Commits
81adf8e6
Commit
81adf8e6
authored
Nov 16, 2020
by
Tomaz Canabrava
Committed by
Tomaz Canabrava
Nov 24, 2020
Browse files
Set color of font independent of theme
We use a white calendar background, the font needs to be black
parent
e935472d
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/calendar/package/contents/ui/main.qml
View file @
81adf8e6
...
...
@@ -67,6 +67,7 @@ Item {
horizontalAlignment
:
Text
.
AlignHCenter
verticalAlignment
:
Text
.
AlignVCenter
font.pixelSize
:
1000
color
:
"
black
"
minimumPointSize
:
theme
.
smallestFont
.
pointSize
text
:
{
var
d
=
new
Date
(
dataSource
.
data
.
Local
.
DateTime
)
...
...
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