From d33eb2ea64172240c0b26f9945cfffa6935d7cfa Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Wed, 3 May 2017 15:51:27 +0200 Subject: use seperation border instead of different color for sidebar --- components/kube/contents/ui/Kube.qml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'components') diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml index dc89e69b..b5eee31f 100644 --- a/components/kube/contents/ui/Kube.qml +++ b/components/kube/contents/ui/Kube.qml @@ -102,7 +102,15 @@ Controls2.ApplicationWindow { bottom: mainContent.bottom } width: Kube.Units.gridUnit + Kube.Units.largeSpacing - color: Kube.Colors.statusbarColor + color: Kube.Colors.textColor + + Rectangle { + anchors.right: parent.right + width: 1 + height: parent.height + color: Kube.Colors.viewBackgroundColor + opacity: 0.3 + } Column { anchors { @@ -171,8 +179,6 @@ Controls2.ApplicationWindow { function openComposerWithMail(mail, openAsDraft) { kubeViews.push({item: composerView, immediate: true, properties: {message: mail, loadAsDraft: openAsDraft}}) } - - //Not components so we maintain state MailView { id: mailView -- cgit v1.2.3