mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-22 19:00:07 +08:00
fix bug
This commit is contained in:
parent
991ef8809a
commit
4d4c0f2259
@ -183,8 +183,8 @@ FluIconButton {
|
||||
}
|
||||
contentDelegate: Component{
|
||||
Item{
|
||||
width: parent.width
|
||||
height: 100
|
||||
implicitWidth: parent.width
|
||||
implicitHeight: 100
|
||||
Component.onCompleted: {
|
||||
forceActiveFocus()
|
||||
}
|
||||
|
@ -183,8 +183,8 @@ FluIconButton {
|
||||
}
|
||||
contentDelegate: Component{
|
||||
Item{
|
||||
width: parent.width
|
||||
height: 100
|
||||
implicitWidth: parent.width
|
||||
implicitHeight: 100
|
||||
Component.onCompleted: {
|
||||
forceActiveFocus()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user