summaryrefslogtreecommitdiffstats
path: root/framework/qml/ListDelegate.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/ListDelegate.qml')
-rw-r--r--framework/qml/ListDelegate.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/ListDelegate.qml b/framework/qml/ListDelegate.qml
index 002027d6..e3a8dafd 100644
--- a/framework/qml/ListDelegate.qml
+++ b/framework/qml/ListDelegate.qml
@@ -26,6 +26,7 @@ T.ItemDelegate {
26 property variant currentData: model 26 property variant currentData: model
27 property alias color: background.color 27 property alias color: background.color
28 property alias border: background.border 28 property alias border: background.border
29 property color textColor: ListView.isCurrentItem ? Kube.Colors.highlightedTextColor : Kube.Colors.textColor
29 30
30 height: Kube.Units.gridUnit * 3 31 height: Kube.Units.gridUnit * 3
31 width: root.ListView.view.width 32 width: root.ListView.view.width