qml: show delegate border at all times in toolbar editor

This commit is contained in:
Fatih Uzunoglu 2024-03-06 11:21:27 +02:00 committed by Jean-Baptiste Kempf
parent c774fdbae9
commit 1d9f62a8d7
1 changed files with 1 additions and 2 deletions

View File

@ -136,8 +136,7 @@ Control {
color: "transparent"
border.width: VLCStyle.dp(1, VLCStyle.scale)
border.color: containsMouse && !pressed ? theme.border
: "transparent"
border.color: theme.border
}
contentItem: Item {