From 7eaa85e90af91f701e9e9db3affc0293cbe8261f Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Thu, 19 Jan 2017 23:44:24 +0100 Subject: add menue and search icon --- components/mail/contents/ui/main.qml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'components/mail/contents/ui') 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 { spacing: Kirigami.Units.largeSpacing ToolButton { - iconName: "mail-message" + iconName: "kdenlive-menu" height: Kirigami.Units.gridUnit * 1.5 width: height } @@ -164,6 +164,12 @@ Controls2.ApplicationWindow { height: Kirigami.Units.gridUnit * 1.5 width: height } + + ToolButton { + iconName: "search" + height: Kirigami.Units.gridUnit * 1.5 + width: height + } } } -- cgit v1.2.3