This commit is contained in:
pika 2025-06-10 18:09:13 +02:00
parent 80e0e90e1d
commit 8be5689da0

View file

@ -7,7 +7,7 @@ Column {
id: root id: root
spacing: Appearance.spacing.normal spacing: Appearance.spacing.normal
width: 250 width: 340
property date currentDate: new Date() property date currentDate: new Date()
property bool isCurrentMonth: true property bool isCurrentMonth: true
@ -357,19 +357,19 @@ Column {
StyledText { StyledText {
text: " Usage:" text: " Usage:"
font.pointSize: Appearance.font.size.smaller font.pointSize: Appearance.font.size.tiny
color: "#505050" color: "#505050"
} }
StyledText { StyledText {
text: " • Scroll to navigate" text: " • Scroll to navigate"
font.pointSize: Appearance.font.size.smaller font.pointSize: Appearance.font.size.tiny
color: "#505050" color: "#505050"
} }
StyledText { StyledText {
text: " • Right-click = days from/till today" text: " • Right-click calculates days from/till today"
font.pointSize: Appearance.font.size.smaller font.pointSize: Appearance.font.size.tiny
color: "#505050" color: "#505050"
} }
} }