diff options
Diffstat (limited to 'components/package/contents/ui/ListItem.qml')
-rw-r--r-- | components/package/contents/ui/ListItem.qml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/components/package/contents/ui/ListItem.qml b/components/package/contents/ui/ListItem.qml index 5396645d..bea3c11b 100644 --- a/components/package/contents/ui/ListItem.qml +++ b/components/package/contents/ui/ListItem.qml | |||
@@ -16,13 +16,14 @@ | |||
16 | */ | 16 | */ |
17 | 17 | ||
18 | import QtQuick 2.4 | 18 | import QtQuick 2.4 |
19 | import org.kube.framework.theme 1.0 | ||
19 | 20 | ||
20 | Item { | 21 | Item { |
21 | id: delegateRoot | 22 | id: delegateRoot |
22 | 23 | ||
23 | readonly property bool isCurrentItem: ListView.isCurrentItem | 24 | readonly property bool isCurrentItem: ListView.isCurrentItem |
24 | 25 | ||
25 | height: unit.width * 25 | 26 | height: Unit.width * 25 |
26 | width: parent.width | 27 | width: parent.width |
27 | 28 | ||
28 | MouseArea { | 29 | MouseArea { |
@@ -60,4 +61,4 @@ Item { | |||
60 | opacity: 0.2 | 61 | opacity: 0.2 |
61 | } | 62 | } |
62 | } | 63 | } |
63 | } \ No newline at end of file | 64 | } |