summaryrefslogtreecommitdiffstats
path: root/views/calendar/main.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-01 18:30:25 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-08-01 18:30:25 +0200
commit57db4a7edbaa3b749ba44524d37fcc580b97fca5 (patch)
tree70fe6837e3aa1690054551181959893df382b67c /views/calendar/main.qml
parent16d30e9be08785f9f1c9f2c0b840b8793596e89a (diff)
downloadkube-57db4a7edbaa3b749ba44524d37fcc580b97fca5.tar.gz
kube-57db4a7edbaa3b749ba44524d37fcc580b97fca5.zip
Dimm past days and show a line at the current time
Diffstat (limited to 'views/calendar/main.qml')
-rw-r--r--views/calendar/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/calendar/main.qml b/views/calendar/main.qml
index e72d4941..07ee6302 100644
--- a/views/calendar/main.qml
+++ b/views/calendar/main.qml
@@ -143,7 +143,7 @@ ApplicationWindow {
143 143
144 View { 144 View {
145 anchors.fill: parent 145 anchors.fill: parent
146 currentDate: "2018-04-09" 146 currentDate: "2018-04-11T13:00:00"
147 autoUpdateDate: false 147 autoUpdateDate: false
148 } 148 }
149} 149}