summaryrefslogtreecommitdiffstats
path: root/applications/kube-mail/package/contents/ui/main.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-22 11:11:28 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2016-02-22 11:11:28 +0100
commit12160008f45b2b470d29ff475fc3e7eb3a263ebd (patch)
tree86b2da9f897aa72f8a65ed43295f5c3c6ff689db /applications/kube-mail/package/contents/ui/main.qml
parent6d2c64352773c32045acb92fd3947cf6bbfd3101 (diff)
downloadkube-12160008f45b2b470d29ff475fc3e7eb3a263ebd.tar.gz
kube-12160008f45b2b470d29ff475fc3e7eb3a263ebd.zip
Added the kube logo
Diffstat (limited to 'applications/kube-mail/package/contents/ui/main.qml')
-rw-r--r--applications/kube-mail/package/contents/ui/main.qml18
1 files changed, 18 insertions, 0 deletions
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 {
67 Row { 67 Row {
68 anchors.fill: parent 68 anchors.fill: parent
69 69
70 Rectangle {
71 height: parent.height
72 color: "transparent"
73 Image {
74 id: img
75 height: parent.height
76 fillMode: Image.PreserveAspectCrop
77 anchors {
78 verticalCenter: parent.verticalCenter
79 left: parent.left
80 leftMargin: -20
81 }
82 source: "image://kube/kube_logo"
83 sourceSize.height: parent.height * 2.5
84 }
85 width: img.width * 0.7
86 }
87
70 PlasmaComponents.ToolButton { 88 PlasmaComponents.ToolButton {
71 height: parent.height 89 height: parent.height
72 iconName: "mail-message-new" 90 iconName: "mail-message-new"