mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
added sourceSize property to qml's Image for better rendering
CURA-7162
This commit is contained in:
parent
3a0da99256
commit
1acfaf9705
5 changed files with 14 additions and 0 deletions
|
@ -53,6 +53,8 @@ UM.Dialog
|
|||
id: icon
|
||||
width: 30 * screenScaleFactor
|
||||
height: width
|
||||
sourceSize.width: width
|
||||
sourceSize.height: height
|
||||
fillMode: Image.PreserveAspectFit
|
||||
source: licenseModel.iconUrl || "../../images/placeholder.svg"
|
||||
mipmap: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue