main
zhuzihcu 2023-04-19 18:24:08 +08:00
parent 7489a4bcbe
commit 59dacd8fae
1 changed files with 2 additions and 2 deletions

View File

@ -60,9 +60,9 @@ FluControl {
width: pressed ? 28 : 20 width: pressed ? 28 : 20
anchors{ anchors{
left: selected ? undefined : parent.left left: selected ? undefined : parent.left
leftMargin: selected ? 10 : 0 leftMargin: selected ? 20 : 0
right: selected ? parent.right : undefined right: selected ? parent.right : undefined
rightMargin: selected ? 0: 10 rightMargin: selected ? 0: 20
} }
height: 20 height: 20
radius: 10 radius: 10