mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-03-12 06:49:04 +08:00
update
This commit is contained in:
parent
c25e2362c4
commit
ca57b16521
@ -28,7 +28,7 @@ ComboBox {
|
|||||||
highlighted: control.highlightedIndex === index
|
highlighted: control.highlightedIndex === index
|
||||||
hoverEnabled: control.hoverEnabled
|
hoverEnabled: control.hoverEnabled
|
||||||
}
|
}
|
||||||
|
focusPolicy:Qt.TabFocus
|
||||||
indicator: FluIcon {
|
indicator: FluIcon {
|
||||||
x: control.mirrored ? control.padding : control.width - width - control.padding
|
x: control.mirrored ? control.padding : control.width - width - control.padding
|
||||||
y: control.topPadding + (control.availableHeight - height) / 2
|
y: control.topPadding + (control.availableHeight - height) / 2
|
||||||
@ -75,7 +75,8 @@ ComboBox {
|
|||||||
radius: 4
|
radius: 4
|
||||||
FluFocusRectangle{
|
FluFocusRectangle{
|
||||||
visible: control.activeFocus
|
visible: control.activeFocus
|
||||||
radius:8
|
radius:4
|
||||||
|
anchors.margins: -2
|
||||||
}
|
}
|
||||||
color:{
|
color:{
|
||||||
if(disabled){
|
if(disabled){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user