=== modified file 'qml/Dash/DashNavigationList.qml'
--- qml/Dash/DashNavigationList.qml 2016-03-03 10:12:20 +0000
+++ qml/Dash/DashNavigationList.qml 2016-03-14 14:13:24 +0000
@@ -16,6 +16,7 @@
import QtQuick 2.4
import Ubuntu.Components 1.3
+import Ubuntu.Components.ListItems 1.3 as ListItems
import "../Components"
Item {
@@ -52,7 +53,7 @@
Repeater {
model: navigation && navigation.loaded ? navigation : null
clip: true
- delegate: ListItem {
+ delegate: ListItems.Empty {
objectName: root.objectName + "child" + index
height: root.itemHeight
width: column.width