Fix logo aliasing

CURA-6044
This commit is contained in:
Jaime van Kessel 2018-12-20 14:01:12 +01:00
parent 36efa171c6
commit 9ffc039254
2 changed files with 3 additions and 2 deletions

View file

@ -47,7 +47,7 @@ def getMetaData() -> Dict[str, Any]:
},
"user": {
"get_version": upgrade.getCfgVersion,
"location": {"./user"}
"location": {"./user", "./materials/*"}
},
"variant": {
"get_version": upgrade.getCfgVersion,

View file

@ -30,7 +30,8 @@ Item
width: UM.Theme.getSize("logo").width
height: UM.Theme.getSize("logo").height
mipmap: true
sourceSize.width: width
sourceSize.height: height
}
Row