summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-05 00:56:00 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-07-05 00:56:00 +0200
commitc9a032e54a6fea705c6a4c604576da0f6ef551a4 (patch)
treeb29cee4dae2818a85e64afc0cc3da57801bd0c58 /framework
parent3e7dd0fb20dc70f80e65a61dabfb7b7f7513b501 (diff)
downloadkube-c9a032e54a6fea705c6a4c604576da0f6ef551a4.tar.gz
kube-c9a032e54a6fea705c6a4c604576da0f6ef551a4.zip
Fixed focus highlight of back button
Diffstat (limited to 'framework')
-rw-r--r--framework/qml/View.qml5
1 files changed, 1 insertions, 4 deletions
diff --git a/framework/qml/View.qml b/framework/qml/View.qml
index f4a34701..2cc8663f 100644
--- a/framework/qml/View.qml
+++ b/framework/qml/View.qml
@@ -88,10 +88,7 @@ FocusScope {
88 left: container.left 88 left: container.left
89 } 89 }
90 z: 1 90 z: 1
91 background: Rectangle { 91 color: Kube.Colors.textColor
92 anchors.fill: parent
93 color: Kube.Colors.textColor
94 }
95 iconName: Kube.Icons.goBack_inverted 92 iconName: Kube.Icons.goBack_inverted
96 visible: currentIndex > 0 93 visible: currentIndex > 0
97 onClicked: decrementCurrentIndex() 94 onClicked: decrementCurrentIndex()