From 12160008f45b2b470d29ff475fc3e7eb3a263ebd Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 22 Feb 2016 11:11:28 +0100 Subject: Added the kube logo --- applications/kube-mail/package/contents/ui/main.qml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'applications/kube-mail/package/contents/ui') diff --git a/applications/kube-mail/package/contents/ui/main.qml b/applications/kube-mail/package/contents/ui/main.qml index 9d341e0a..5549bcde 100644 --- a/applications/kube-mail/package/contents/ui/main.qml +++ b/applications/kube-mail/package/contents/ui/main.qml @@ -67,6 +67,24 @@ 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" -- cgit v1.2.3