aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-02-06 19:33:41 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-02-06 18:34:17 +0000
commitf60fafcd57af3cc387b623e1b185aec7ebc31cfd (patch)
tree9aacbbde4e23deee3391260ca809e59f7394bd71 /src/imports
parent4a7fcac5f17b0f968b162e847b4f40c39de506df (diff)
Universal: enable focus rect for ToolButton
Change-Id: I5e552762c9beee7747f6bbd1d50d6ae6f50cfe69 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/controls/universal/ToolButton.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/imports/controls/universal/ToolButton.qml b/src/imports/controls/universal/ToolButton.qml
index a7df8a84..f3fe80d4 100644
--- a/src/imports/controls/universal/ToolButton.qml
+++ b/src/imports/controls/universal/ToolButton.qml
@@ -49,6 +49,8 @@ T.ToolButton {
padding: 6
+ property bool useSystemFocusVisuals: true
+
//! [label]
label: Text {
x: control.leftPadding