Add colored border to HListView highlight delegate

This commit is contained in:
miruka
2020-08-19 07:17:21 -04:00
parent 05f2c20924
commit c51a771a65
5 changed files with 17 additions and 0 deletions

View File

@@ -91,6 +91,12 @@ ListView {
highlight: Rectangle {
color: theme.controls.listView.highlight
Rectangle {
width: theme.controls.listView.highlightBorderThickness
height: parent.height
color: theme.controls.listView.highlightBorder
}
}
ScrollBar.vertical: HScrollBar {