highlight current item

This commit is contained in:
Marco Martin 2013-03-07 12:47:34 +01:00
parent 5d05d06ae2
commit 647e265b0e

View File

@ -73,6 +73,14 @@ Column {
root.restoreConfig()
}
}
onCurrentChanged: {
if (current) {
categoriesView.currentIndex = index
}
}
}
highlight: Rectangle {
color: theme.highlightColor
}
}
PlasmaComponents.PageStack {