From 796ae3b5a78f9a81f2cb397b14860c40af8990fb Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 19 Apr 2018 16:31:11 +0200 Subject: calendar++ --- views/calendar/qml/View.qml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'views/calendar/qml/View.qml') 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 import org.kube.framework 1.0 as Kube -Controls1.SplitView { +RowLayout { id: root anchors.fill: parent @@ -68,6 +68,10 @@ Controls1.SplitView { color: Kube.Colors.highlightedTextColor } + Kube.Label { + text: "Agenda" + color: Kube.Colors.highlightedTextColor + } } } -- cgit v1.2.3