main
朱子楚\zhuzi 2023-03-12 22:02:12 +08:00
parent 8cc828a56b
commit f75da5e3ce
6 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@ Button {
border.width: 1 border.width: 1
radius: 4 radius: 4
FluFocusRectangle{ FluFocusRectangle{
visible: control.visualFocus visible: control.focus
radius:8 radius:8
} }
color:{ color:{

View File

@ -44,7 +44,7 @@ Button {
background: Item{ background: Item{
FluFocusRectangle{ FluFocusRectangle{
visible: control.visualFocus visible: control.focus
} }
} }

View File

@ -19,7 +19,7 @@ Button {
background: Rectangle{ background: Rectangle{
radius: 4 radius: 4
FluFocusRectangle{ FluFocusRectangle{
visible: control.visualFocus visible: control.focus
radius:8 radius:8
} }
color:{ color:{

View File

@ -51,7 +51,7 @@ Button {
radius: 4 radius: 4
color:control.color color:control.color
FluFocusRectangle{ FluFocusRectangle{
visible: control.visualFocus visible: control.focus
} }
} }

View File

@ -14,7 +14,7 @@ Button {
padding:0 padding:0
background: Item{ background: Item{
FluFocusRectangle{ FluFocusRectangle{
visible: control.visualFocus visible: control.focus
} }
} }
contentItem: RowLayout{ contentItem: RowLayout{

View File

@ -14,7 +14,7 @@ Button {
height: root.height height: root.height
radius: height / 2 radius: height / 2
FluFocusRectangle{ FluFocusRectangle{
visible: root.visualFocus visible: root.focus
radius: 20 radius: 20
} }
color: { color: {