Add colored border to HListView highlight delegate
This commit is contained in:
@@ -229,5 +229,11 @@ HBox {
|
||||
|
||||
Layout.fillWidth: true
|
||||
Layout.fillHeight: true
|
||||
|
||||
Rectangle {
|
||||
z: -10
|
||||
anchors.fill: parent
|
||||
color: theme.colors.strongBackground
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -11,6 +11,7 @@ HTile {
|
||||
property string loadingIconStep
|
||||
|
||||
|
||||
backgroundColor: "transparent"
|
||||
contentOpacity: model.status === "Failed" ? 0.3 : 1 // XXX
|
||||
rightPadding: 0
|
||||
|
||||
|
Reference in New Issue
Block a user