From 0b46bd0e1c5a7320af7a596e12daa531aea49f8c Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 22 Feb 2016 11:15:03 +0100 Subject: Moved the logo to the right so we have room on the left for buttons --- .../kube-mail/package/contents/ui/main.qml | 40 ++++++++++++---------- 1 file changed, 22 insertions(+), 18 deletions(-) (limited to 'applications/kube-mail/package/contents') diff --git a/applications/kube-mail/package/contents/ui/main.qml b/applications/kube-mail/package/contents/ui/main.qml index 5549bcde..82b5d916 100644 --- a/applications/kube-mail/package/contents/ui/main.qml +++ b/applications/kube-mail/package/contents/ui/main.qml @@ -67,24 +67,6 @@ ApplicationWindow { Row { anchors.fill: parent - Rectangle { - height: parent.height - color: "transparent" - Image { - id: img - height: parent.height - fillMode: Image.PreserveAspectCrop - anchors { - verticalCenter: parent.verticalCenter - left: parent.left - leftMargin: -20 - } - source: "image://kube/kube_logo" - sourceSize.height: parent.height * 2.5 - } - width: img.width * 0.7 - } - PlasmaComponents.ToolButton { height: parent.height iconName: "mail-message-new" @@ -122,6 +104,28 @@ ApplicationWindow { deleteAction.execute() } } + + + } + Rectangle { + anchors { + right: parent.right + } + height: parent.height + color: "transparent" + Image { + id: img + height: parent.height + fillMode: Image.PreserveAspectCrop + anchors { + verticalCenter: parent.verticalCenter + left: parent.left + leftMargin: -20 + } + source: "image://kube/kube_logo" + sourceSize.height: parent.height * 2.5 + } + width: img.width * 0.7 } } -- cgit v1.2.3