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
|
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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue