fix #I968O3

This commit is contained in:
guorongfei 2024-03-06 12:39:53 +08:00 committed by iaom
parent 9cd32605c0
commit 1b031fb45f
2 changed files with 8 additions and 0 deletions

View File

@ -47,6 +47,10 @@ Row {
width: Math.floor(parent.width / 2)
height: width
source: powerButtonBase.icon
sourceSize.width: parent.width
sourceSize.height: parent.height
smooth:true
antialiasing: true
}
MouseArea {

View File

@ -187,6 +187,10 @@ Item {
width: 24
height: 24
source: powerButtonBase.icon
sourceSize.width: parent.width
sourceSize.height: parent.height
smooth:true
antialiasing: true
}
MouseArea {