From fa8703974b98622f3f0dcd31cc1bdef554fb227b Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 15 May 2017 18:30:45 +0200 Subject: Cleanup --- components/kube/contents/ui/MailView.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'components') diff --git a/components/kube/contents/ui/MailView.qml b/components/kube/contents/ui/MailView.qml index 2bbe6652..da96bd28 100644 --- a/components/kube/contents/ui/MailView.qml +++ b/components/kube/contents/ui/MailView.qml @@ -79,11 +79,8 @@ SplitView { id: border anchors { right: parent.right - rightMargin: Kube.Units.smallSpacing left: parent.left - leftMargin: Kube.Units.smallSpacing - bottomMargin: Kube.Units.smallSpacing - topMargin: Kube.Units.smallSpacing + margins: Kube.Units.smallSpacing } height: 1 color: Kube.Colors.viewBackgroundColor -- cgit v1.2.3