diff options
Diffstat (limited to 'applications/kube-mail/package/contents/ui/main.qml')
-rw-r--r-- | applications/kube-mail/package/contents/ui/main.qml | 18 |
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" |