summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/qml/TreeView.qml1
1 files changed, 0 insertions, 1 deletions
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 {
214 } 214 }
215 text: styleData.value 215 text: styleData.value
216 elide: Qt.ElideRight 216 elide: Qt.ElideRight
217 font.underline: treeView.activeFocus && styleData.selected
218 color: Kube.Colors.viewBackgroundColor 217 color: Kube.Colors.viewBackgroundColor
219 } 218 }
220 } 219 }