From db6028080c95db0b28d8fb35e6c707fd04fb1c4b Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 26 Jul 2017 10:12:24 -0600 Subject: No more text underlining --- framework/qml/TreeView.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'framework/qml/TreeView.qml') diff --git a/framework/qml/TreeView.qml b/framework/qml/TreeView.qml index 2392f6ef..1fcb74a5 100644 --- a/framework/qml/TreeView.qml +++ b/framework/qml/TreeView.qml @@ -214,7 +214,6 @@ FocusScope { } text: styleData.value elide: Qt.ElideRight - font.underline: treeView.activeFocus && styleData.selected color: Kube.Colors.viewBackgroundColor } } -- cgit v1.2.3