mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-26 13:27:05 +08:00
update
This commit is contained in:
parent
1a6c53d0ce
commit
72cf0311c0
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user