fix #I968O3
This commit is contained in:
parent
9cd32605c0
commit
1b031fb45f
|
@ -47,6 +47,10 @@ Row {
|
||||||
width: Math.floor(parent.width / 2)
|
width: Math.floor(parent.width / 2)
|
||||||
height: width
|
height: width
|
||||||
source: powerButtonBase.icon
|
source: powerButtonBase.icon
|
||||||
|
sourceSize.width: parent.width
|
||||||
|
sourceSize.height: parent.height
|
||||||
|
smooth:true
|
||||||
|
antialiasing: true
|
||||||
}
|
}
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
|
|
|
@ -187,6 +187,10 @@ Item {
|
||||||
width: 24
|
width: 24
|
||||||
height: 24
|
height: 24
|
||||||
source: powerButtonBase.icon
|
source: powerButtonBase.icon
|
||||||
|
sourceSize.width: parent.width
|
||||||
|
sourceSize.height: parent.height
|
||||||
|
smooth:true
|
||||||
|
antialiasing: true
|
||||||
}
|
}
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
|
|
Loading…
Reference in New Issue