summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-26 10:12:24 -0600
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-26 11:08:29 -0600
commitdb6028080c95db0b28d8fb35e6c707fd04fb1c4b (patch)
tree7b3622a305dbea0dfb9cfe1a7a089a43bbb3e24b
parent4669fbb5738ee3a1496b6f52607d511019148bfd (diff)
downloadkube-db6028080c95db0b28d8fb35e6c707fd04fb1c4b.tar.gz
kube-db6028080c95db0b28d8fb35e6c707fd04fb1c4b.zip
No more text underlining
-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 }