summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
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()