mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-07 20:17:42 +08:00
Merge branch 'main' of https://github.com/zhuzichu520/FluentUI
This commit is contained in:
@ -61,9 +61,9 @@ Button {
|
||||
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
|
||||
|
Reference in New Issue
Block a user