This commit is contained in:
zhuzichu 2023-11-24 15:36:34 +08:00
parent 78f5dd0a61
commit 05251e085c
2 changed files with 4 additions and 4 deletions

View File

@ -71,7 +71,7 @@ T.SpinBox {
} }
} }
up.indicator: FluRectangle { up.indicator: FluClip {
x: control.mirrored ? 0 : control.width - width x: control.mirrored ? 0 : control.width - width
height: control.height height: control.height
implicitWidth: 32 implicitWidth: 32
@ -106,7 +106,7 @@ T.SpinBox {
} }
down.indicator: FluRectangle { down.indicator: FluClip {
x: control.mirrored ? parent.width - width : 0 x: control.mirrored ? parent.width - width : 0
height: control.height height: control.height
implicitWidth: 32 implicitWidth: 32

View File

@ -72,7 +72,7 @@ T.SpinBox {
} }
} }
up.indicator: FluRectangle { up.indicator: FluClip {
x: control.mirrored ? 0 : control.width - width x: control.mirrored ? 0 : control.width - width
height: control.height height: control.height
implicitWidth: 32 implicitWidth: 32
@ -107,7 +107,7 @@ T.SpinBox {
} }
down.indicator: FluRectangle { down.indicator: FluClip {
x: control.mirrored ? parent.width - width : 0 x: control.mirrored ? parent.width - width : 0
height: control.height height: control.height
implicitWidth: 32 implicitWidth: 32