Skip to content
Snippets Groups Projects
Unverified Commit 93291abf authored by q234rty's avatar q234rty
Browse files

Fix downscale

parent 4b870959
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment