From c7e719422112e86c6bd0cd7c133e59fff2a32607 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 12 Dec 2017 10:47:49 +0100 Subject: Avoid conflicts of the signed/encrypted visualizaition with mailparts --- components/mailviewer/contents/ui/MailDataModel.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'components/mailviewer/contents/ui/MailDataModel.qml') diff --git a/components/mailviewer/contents/ui/MailDataModel.qml b/components/mailviewer/contents/ui/MailDataModel.qml index 029e8707..ec7f8e74 100644 --- a/components/mailviewer/contents/ui/MailDataModel.qml +++ b/components/mailviewer/contents/ui/MailDataModel.qml @@ -71,7 +71,7 @@ DelegateModel { Column { id: buttons - anchors.right: parent.left + anchors.left: parent.left anchors.top: parent.top anchors.rightMargin: Kube.Units.smallSpacing spacing: Kube.Units.smallSpacing @@ -107,8 +107,7 @@ DelegateModel { anchors.topMargin: Kube.Units.smallSpacing anchors.top: buttons.bottom anchors.bottom: partLoader.bottom - anchors.right: parent.left - anchors.rightMargin: Kube.Units.smallSpacing + anchors.right: buttons.right width: Kube.Units.smallSpacing color: getColor(model.securityLevel) opacity: 0.5 @@ -118,7 +117,8 @@ DelegateModel { id: partLoader anchors { top: parent.top - left: parent.left + left: buttons.right + leftMargin: Kube.Units.smallSpacing right: parent.right } height: item ? item.contentHeight : 0 -- cgit v1.2.3