Fix downscale
This commit is contained in:
parent
4b8709598b
commit
93291abfdf
@ -34,8 +34,8 @@ Image {
|
||||
|
||||
width: 16
|
||||
height: 16
|
||||
sourceSize.height: height * Screen.devicePixelRatio
|
||||
sourceSize.width: width * Screen.devicePixelRatio
|
||||
sourceSize.height: height
|
||||
sourceSize.width: width
|
||||
source: {
|
||||
if (encrypted) {
|
||||
switch (trust) {
|
||||
|
Loading…
Reference in New Issue
Block a user