This commit is contained in:
huangkangfa 2024-02-20 21:20:50 +08:00
parent 991ef8809a
commit 4d4c0f2259
2 changed files with 4 additions and 4 deletions

View File

@ -183,8 +183,8 @@ FluIconButton {
} }
contentDelegate: Component{ contentDelegate: Component{
Item{ Item{
width: parent.width implicitWidth: parent.width
height: 100 implicitHeight: 100
Component.onCompleted: { Component.onCompleted: {
forceActiveFocus() forceActiveFocus()
} }

View File

@ -183,8 +183,8 @@ FluIconButton {
} }
contentDelegate: Component{ contentDelegate: Component{
Item{ Item{
width: parent.width implicitWidth: parent.width
height: 100 implicitHeight: 100
Component.onCompleted: { Component.onCompleted: {
forceActiveFocus() forceActiveFocus()
} }