mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-27 05:38:37 +08:00
update
This commit is contained in:
parent
7489a4bcbe
commit
59dacd8fae
@ -60,9 +60,9 @@ FluControl {
|
||||
width: pressed ? 28 : 20
|
||||
anchors{
|
||||
left: selected ? undefined : parent.left
|
||||
leftMargin: selected ? 10 : 0
|
||||
leftMargin: selected ? 20 : 0
|
||||
right: selected ? parent.right : undefined
|
||||
rightMargin: selected ? 0: 10
|
||||
rightMargin: selected ? 0: 20
|
||||
}
|
||||
height: 20
|
||||
radius: 10
|
||||
|
Loading…
Reference in New Issue
Block a user