Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
Plasma Workspace
Commits
761fce35
Commit
761fce35
authored
Nov 18, 2020
by
Tomaz Canabrava
Committed by
Tomaz Canabrava
Nov 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Random qml fixes
parent
43eb1a5d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
applets/calendar/package/contents/ui/main.qml
applets/calendar/package/contents/ui/main.qml
+2
-4
No files found.
applets/calendar/package/contents/ui/main.qml
View file @
761fce35
...
...
@@ -79,13 +79,11 @@ Item {
var
d
=
new
Date
(
dataSource
.
data
.
Local
.
DateTime
);
return
Qt
.
formatDate
(
d
,
"
MMM
"
);
}
visible
:
parent
.
width
>
50
visible
:
parent
.
width
>
PlasmaCore
.
Units
.
gridUnit
*
3
}
PlasmaComponents3.Label
{
id
:
dayLabel
y
:
monthLabel
.
y
+
monthLabel
.
height
anchors.top
:
monthLabel
.
bottom
x
:
0
width
:
parent
.
width
height
:
parent
.
height
*
0.6
...
...
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