This commit is contained in:
朱子楚\zhuzi 2024-03-18 22:48:13 +08:00
parent 1a6c53d0ce
commit 72cf0311c0
2 changed files with 0 additions and 4 deletions

View File

@ -80,7 +80,6 @@ T.ComboBox {
accepted() accepted()
} }
} }
background: Rectangle { background: Rectangle {
implicitWidth: 140 implicitWidth: 140
implicitHeight: 32 implicitHeight: 32
@ -100,7 +99,6 @@ T.ComboBox {
return hovered ? hoverColor :normalColor return hovered ? hoverColor :normalColor
} }
} }
popup: T.Popup { popup: T.Popup {
y: control.height y: control.height
width: control.width width: control.width

View File

@ -80,7 +80,6 @@ T.ComboBox {
accepted() accepted()
} }
} }
background: Rectangle { background: Rectangle {
implicitWidth: 140 implicitWidth: 140
implicitHeight: 32 implicitHeight: 32
@ -100,7 +99,6 @@ T.ComboBox {
return hovered ? hoverColor :normalColor return hovered ? hoverColor :normalColor
} }
} }
popup: T.Popup { popup: T.Popup {
y: control.height y: control.height
width: control.width width: control.width