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

@@ -229,5 +229,11 @@ HBox {
Layout.fillWidth: true
Layout.fillHeight: true
Rectangle {
z: -10
anchors.fill: parent
color: theme.colors.strongBackground
}
}
}