summaryrefslogtreecommitdiffstats
path: root/components/mail/contents/ui
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-01-19 23:44:24 +0100
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-01-19 23:44:24 +0100
commit7eaa85e90af91f701e9e9db3affc0293cbe8261f (patch)
treed4d46dbe5f97b39e1ed097bf9972bd884b09fea3 /components/mail/contents/ui
parent79aabdf7efa08249cf9c35d79193c63e259d4b96 (diff)
downloadkube-7eaa85e90af91f701e9e9db3affc0293cbe8261f.tar.gz
kube-7eaa85e90af91f701e9e9db3affc0293cbe8261f.zip
add menue and search icon
Diffstat (limited to 'components/mail/contents/ui')
-rw-r--r--components/mail/contents/ui/main.qml8
1 files changed, 7 insertions, 1 deletions
diff --git a/components/mail/contents/ui/main.qml b/components/mail/contents/ui/main.qml
index 955e9777..0a65fec1 100644
--- a/components/mail/contents/ui/main.qml
+++ b/components/mail/contents/ui/main.qml
@@ -154,7 +154,7 @@ Controls2.ApplicationWindow {
154 spacing: Kirigami.Units.largeSpacing 154 spacing: Kirigami.Units.largeSpacing
155 155
156 ToolButton { 156 ToolButton {
157 iconName: "mail-message" 157 iconName: "kdenlive-menu"
158 height: Kirigami.Units.gridUnit * 1.5 158 height: Kirigami.Units.gridUnit * 1.5
159 width: height 159 width: height
160 } 160 }
@@ -164,6 +164,12 @@ Controls2.ApplicationWindow {
164 height: Kirigami.Units.gridUnit * 1.5 164 height: Kirigami.Units.gridUnit * 1.5
165 width: height 165 width: height
166 } 166 }
167
168 ToolButton {
169 iconName: "search"
170 height: Kirigami.Units.gridUnit * 1.5
171 width: height
172 }
167 } 173 }
168 } 174 }
169 175