summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-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