summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2018-04-16 12:22:14 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2018-04-19 11:36:49 +0200
commit32ac0355ea3cbafbc4c954d4ffecaee472232dde (patch)
treea180793502edba035eb5e865c22513d949ff6e85 /views
parentdb1d62b2a2dfcf6f46e9bfa2c65fc9225d37c7d6 (diff)
downloadkube-32ac0355ea3cbafbc4c954d4ffecaee472232dde.tar.gz
kube-32ac0355ea3cbafbc4c954d4ffecaee472232dde.zip
use daychooser and timechooser in eventview
Diffstat (limited to 'views')
-rw-r--r--views/calendar/qml/EventView.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/views/calendar/qml/EventView.qml b/views/calendar/qml/EventView.qml
index c2ba68f0..6f34cefa 100644
--- a/views/calendar/qml/EventView.qml
+++ b/views/calendar/qml/EventView.qml
@@ -54,17 +54,17 @@ FocusScope {
54 RowLayout { 54 RowLayout {
55 spacing: Kube.Units.smallSpacing 55 spacing: Kube.Units.smallSpacing
56 56
57 Kube.ComboBox { 57 DayChooser { }
58 58
59 } 59 TimeChooser { }
60 60
61 Kube.Label { 61 Kube.Label {
62 text: "till" 62 text: " " + qsTr("till") + " "
63 } 63 }
64 64
65 Kube.ComboBox { 65 DayChooser { }
66 66
67 } 67 TimeChooser { }
68 } 68 }
69 69
70 RowLayout { 70 RowLayout {