wip
This commit is contained in:
parent
80e0e90e1d
commit
8be5689da0
1 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@ Column {
|
|||
id: root
|
||||
|
||||
spacing: Appearance.spacing.normal
|
||||
width: 250
|
||||
width: 340
|
||||
|
||||
property date currentDate: new Date()
|
||||
property bool isCurrentMonth: true
|
||||
|
@ -357,19 +357,19 @@ Column {
|
|||
|
||||
StyledText {
|
||||
text: " Usage:"
|
||||
font.pointSize: Appearance.font.size.smaller
|
||||
font.pointSize: Appearance.font.size.tiny
|
||||
color: "#505050"
|
||||
}
|
||||
|
||||
StyledText {
|
||||
text: " • Scroll to navigate"
|
||||
font.pointSize: Appearance.font.size.smaller
|
||||
font.pointSize: Appearance.font.size.tiny
|
||||
color: "#505050"
|
||||
}
|
||||
|
||||
StyledText {
|
||||
text: " • Right-click = days from/till today"
|
||||
font.pointSize: Appearance.font.size.smaller
|
||||
text: " • Right-click calculates days from/till today"
|
||||
font.pointSize: Appearance.font.size.tiny
|
||||
color: "#505050"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue