update
parent
7489a4bcbe
commit
59dacd8fae
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue