Fix downscale

This commit is contained in:
q234rty 2022-12-06 01:49:42 +08:00
parent 4b8709598b
commit 93291abfdf
No known key found for this signature in database
GPG Key ID: D7E83C63C8CC4545
1 changed files with 2 additions and 2 deletions

View File

@ -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) {