mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 03:10:10 +08:00
update
This commit is contained in:
parent
8cc828a56b
commit
f75da5e3ce
@ -21,7 +21,7 @@ Button {
|
||||
border.width: 1
|
||||
radius: 4
|
||||
FluFocusRectangle{
|
||||
visible: control.visualFocus
|
||||
visible: control.focus
|
||||
radius:8
|
||||
}
|
||||
color:{
|
||||
|
@ -44,7 +44,7 @@ Button {
|
||||
|
||||
background: Item{
|
||||
FluFocusRectangle{
|
||||
visible: control.visualFocus
|
||||
visible: control.focus
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -19,7 +19,7 @@ Button {
|
||||
background: Rectangle{
|
||||
radius: 4
|
||||
FluFocusRectangle{
|
||||
visible: control.visualFocus
|
||||
visible: control.focus
|
||||
radius:8
|
||||
}
|
||||
color:{
|
||||
|
@ -51,7 +51,7 @@ Button {
|
||||
radius: 4
|
||||
color:control.color
|
||||
FluFocusRectangle{
|
||||
visible: control.visualFocus
|
||||
visible: control.focus
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -14,7 +14,7 @@ Button {
|
||||
padding:0
|
||||
background: Item{
|
||||
FluFocusRectangle{
|
||||
visible: control.visualFocus
|
||||
visible: control.focus
|
||||
}
|
||||
}
|
||||
contentItem: RowLayout{
|
||||
|
@ -14,7 +14,7 @@ Button {
|
||||
height: root.height
|
||||
radius: height / 2
|
||||
FluFocusRectangle{
|
||||
visible: root.visualFocus
|
||||
visible: root.focus
|
||||
radius: 20
|
||||
}
|
||||
color: {
|
||||
|
Loading…
Reference in New Issue
Block a user