Fix logo in about popup

This commit is contained in:
Jaime van Kessel 2019-02-05 11:13:47 +01:00
parent d57d4fd277
commit d59889a4ab
2 changed files with 3 additions and 175 deletions

View file

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