highlight current item

wilder-5.14
Marco Martin 13 years ago
parent d2e6bd02f8
commit 4b7135bd9d
  1. 8
      qmlpackages/desktop/contents/components/ConfigurationContainmentAppearance.qml

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

Loading…
Cancel
Save