From e683441ee9a9e904b70be313ef19417dac20b4c6 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 21 Jul 2017 01:42:35 +0200 Subject: Show activeFocus via underline --- framework/qml/TreeView.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/qml/TreeView.qml b/framework/qml/TreeView.qml index c0be01f3..12fee752 100644 --- a/framework/qml/TreeView.qml +++ b/framework/qml/TreeView.qml @@ -54,6 +54,7 @@ Flickable { } implicitHeight: __listView.contentItem.height height: __listView.contentItem.height + focus: true verticalScrollBarPolicy: Qt.ScrollBarAlwaysOff horizontalScrollBarPolicy: Qt.ScrollBarAlwaysOff @@ -191,6 +192,7 @@ Flickable { } text: styleData.value elide: Qt.ElideRight + font.underline: treeView.activeFocus color: Kube.Colors.viewBackgroundColor } } -- cgit v1.2.3