summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {