Fix the color and proportions of the cura logo in the about panel

This commit is contained in:
Diego Prado Gesto 2018-12-06 11:57:55 +01:00
parent 1d877cbade
commit 47626f6033
2 changed files with 174 additions and 2 deletions

View file

@ -35,9 +35,9 @@ UM.Dialog
{
id: logo
width: (base.minimumWidth * 0.85) | 0
height: (width * (1/4.25)) | 0
height: (width * (UM.Theme.getSize("logo").height / UM.Theme.getSize("logo").width)) | 0
source: UM.Theme.getImage("logo")
source: UM.Theme.getImage("logo_about")
anchors.top: parent.top
anchors.topMargin: ((base.minimumWidth - width) / 2) | 0