fix #I968O3
This commit is contained in:
parent
9cd32605c0
commit
1b031fb45f
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue