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
43eb1a5d
Commit
43eb1a5d
authored
Nov 18, 2020
by
Tomaz Canabrava
Committed by
Tomaz Canabrava
Nov 24, 2020
Browse files
Comment fixed color
parent
712bec5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/calendar/package/contents/ui/main.qml
View file @
43eb1a5d
...
...
@@ -71,6 +71,8 @@ Item {
verticalAlignment
:
Text
.
AlignBottom
fontSizeMode
:
Text
.
Fit
minimumPointSize
:
1
/* color must be black because it's set on top of a white icon */
color
:
"
black
"
text
:
{
...
...
@@ -94,6 +96,7 @@ Item {
fontSizeMode
:
Text
.
Fit
/* color must be black because it's set on top of a white icon */
color
:
"
black
"
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