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{
Item{
width: parent.width
height: 100
implicitWidth: parent.width
implicitHeight: 100
Component.onCompleted: {
forceActiveFocus()
}

View File

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