mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 19:20:59 +08:00
Fix FluComboBox click issue with AppBar
Fixed bug with Popup topMargin because click is consumed by FluAppBar
This commit is contained in:
parent
d82e0ed529
commit
b5295ffe4c
@ -107,7 +107,7 @@ T.ComboBox {
|
|||||||
y: control.height
|
y: control.height
|
||||||
width: control.width
|
width: control.width
|
||||||
height: Math.min(contentItem.implicitHeight, control.Window.height - topMargin - bottomMargin)
|
height: Math.min(contentItem.implicitHeight, control.Window.height - topMargin - bottomMargin)
|
||||||
topMargin: 6
|
topMargin: 32
|
||||||
bottomMargin: 6
|
bottomMargin: 6
|
||||||
modal: true
|
modal: true
|
||||||
contentItem: ListView {
|
contentItem: ListView {
|
||||||
|
@ -107,7 +107,7 @@ T.ComboBox {
|
|||||||
y: control.height
|
y: control.height
|
||||||
width: control.width
|
width: control.width
|
||||||
height: Math.min(contentItem.implicitHeight, control.Window.height - topMargin - bottomMargin)
|
height: Math.min(contentItem.implicitHeight, control.Window.height - topMargin - bottomMargin)
|
||||||
topMargin: 6
|
topMargin: 32
|
||||||
bottomMargin: 6
|
bottomMargin: 6
|
||||||
modal: true
|
modal: true
|
||||||
contentItem: ListView {
|
contentItem: ListView {
|
||||||
|
Loading…
Reference in New Issue
Block a user