diff options
Diffstat (limited to 'components/mail/contents/ui')
-rw-r--r-- | components/mail/contents/ui/Mail.qml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/components/mail/contents/ui/Mail.qml b/components/mail/contents/ui/Mail.qml index 6a450d7f..c7491d36 100644 --- a/components/mail/contents/ui/Mail.qml +++ b/components/mail/contents/ui/Mail.qml | |||
@@ -181,14 +181,13 @@ Controls2.ApplicationWindow { | |||
181 | 181 | ||
182 | KubeComponents.AccountSwitcher { | 182 | KubeComponents.AccountSwitcher { |
183 | id: accountSwitcher | 183 | id: accountSwitcher |
184 | 184 | iconName: KubeTheme.Icons.menu | |
185 | iconName: "kdenlive-menu" | ||
186 | height: KubeTheme.Units.gridUnit * 1.5 | 185 | height: KubeTheme.Units.gridUnit * 1.5 |
187 | width: height | 186 | width: height |
188 | } | 187 | } |
189 | 188 | ||
190 | ToolButton { | 189 | ToolButton { |
191 | iconName: "user" | 190 | iconName: KubeTheme.Icons.user |
192 | height: KubeTheme.Units.gridUnit * 1.5 | 191 | height: KubeTheme.Units.gridUnit * 1.5 |
193 | width: height | 192 | width: height |
194 | 193 | ||
@@ -198,7 +197,7 @@ Controls2.ApplicationWindow { | |||
198 | } | 197 | } |
199 | 198 | ||
200 | ToolButton { | 199 | ToolButton { |
201 | iconName: "search" | 200 | iconName: KubeTheme.Icons.search |
202 | height: KubeTheme.Units.gridUnit * 1.5 | 201 | height: KubeTheme.Units.gridUnit * 1.5 |
203 | width: height | 202 | width: height |
204 | 203 | ||