diff options
Diffstat (limited to 'framework/qml/MailViewer.qml')
-rw-r--r-- | framework/qml/MailViewer.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/qml/MailViewer.qml b/framework/qml/MailViewer.qml index d139b3d7..42c5080c 100644 --- a/framework/qml/MailViewer.qml +++ b/framework/qml/MailViewer.qml | |||
@@ -230,6 +230,7 @@ Rectangle { | |||
230 | 230 | ||
231 | Kube.IconButton { | 231 | Kube.IconButton { |
232 | anchors.fill: parent | 232 | anchors.fill: parent |
233 | activeFocusOnTab: false | ||
233 | 234 | ||
234 | iconName: header.state === "details" ? Kube.Icons.goUp : Kube.Icons.goDown | 235 | iconName: header.state === "details" ? Kube.Icons.goUp : Kube.Icons.goDown |
235 | 236 | ||
@@ -352,6 +353,7 @@ Rectangle { | |||
352 | left: parent.left | 353 | left: parent.left |
353 | leftMargin: Kube.Units.largeSpacing | 354 | leftMargin: Kube.Units.largeSpacing |
354 | } | 355 | } |
356 | activeFocusOnTab: false | ||
355 | 357 | ||
356 | text: model.trash ? qsTr("Delete Mail") : qsTr("Move to trash") | 358 | text: model.trash ? qsTr("Delete Mail") : qsTr("Move to trash") |
357 | opacity: 0.5 | 359 | opacity: 0.5 |
@@ -371,6 +373,7 @@ Rectangle { | |||
371 | right: parent.right | 373 | right: parent.right |
372 | rightMargin: Kube.Units.largeSpacing | 374 | rightMargin: Kube.Units.largeSpacing |
373 | } | 375 | } |
376 | activeFocusOnTab: false | ||
374 | 377 | ||
375 | iconName: model.draft ? Kube.Icons.edit : Kube.Icons.replyToSender | 378 | iconName: model.draft ? Kube.Icons.edit : Kube.Icons.replyToSender |
376 | onClicked: { | 379 | onClicked: { |