diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2018-04-19 16:31:11 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2018-04-19 16:31:11 +0200 |
commit | 796ae3b5a78f9a81f2cb397b14860c40af8990fb (patch) | |
tree | dddb8c7003daa0728a7e504bfcf5e4847d56fae5 /views/calendar/qml/View.qml | |
parent | 394d04974b6b1722434720d8e8a96e8df46c8ff9 (diff) | |
download | kube-796ae3b5a78f9a81f2cb397b14860c40af8990fb.tar.gz kube-796ae3b5a78f9a81f2cb397b14860c40af8990fb.zip |
calendar++
Diffstat (limited to 'views/calendar/qml/View.qml')
-rw-r--r-- | views/calendar/qml/View.qml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/views/calendar/qml/View.qml b/views/calendar/qml/View.qml index faad7f89..c0adae9f 100644 --- a/views/calendar/qml/View.qml +++ b/views/calendar/qml/View.qml | |||
@@ -23,7 +23,7 @@ import QtQuick.Layouts 1.2 | |||
23 | import org.kube.framework 1.0 as Kube | 23 | import org.kube.framework 1.0 as Kube |
24 | 24 | ||
25 | 25 | ||
26 | Controls1.SplitView { | 26 | RowLayout { |
27 | id: root | 27 | id: root |
28 | 28 | ||
29 | anchors.fill: parent | 29 | anchors.fill: parent |
@@ -68,6 +68,10 @@ Controls1.SplitView { | |||
68 | color: Kube.Colors.highlightedTextColor | 68 | color: Kube.Colors.highlightedTextColor |
69 | } | 69 | } |
70 | 70 | ||
71 | Kube.Label { | ||
72 | text: "Agenda" | ||
73 | color: Kube.Colors.highlightedTextColor | ||
74 | } | ||
71 | } | 75 | } |
72 | } | 76 | } |
73 | 77 | ||