diff options
Diffstat (limited to 'framework/qml/ListDelegate.qml')
-rw-r--r-- | framework/qml/ListDelegate.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/ListDelegate.qml b/framework/qml/ListDelegate.qml index 6d6a5d08..196148cb 100644 --- a/framework/qml/ListDelegate.qml +++ b/framework/qml/ListDelegate.qml | |||
@@ -27,6 +27,7 @@ T.ItemDelegate { | |||
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: highlighted ? Kube.Colors.highlightedTextColor : Kube.Colors.textColor | 29 | property color textColor: highlighted ? Kube.Colors.highlightedTextColor : Kube.Colors.textColor |
30 | property color disabledTextColor: highlighted ? Kube.Colors.highlightedTextColor : Kube.Colors.disabledTextColor | ||
30 | 31 | ||
31 | height: Kube.Units.gridUnit * 3 | 32 | height: Kube.Units.gridUnit * 3 |
32 | width: root.ListView.view.width | 33 | width: root.ListView.view.width |