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