mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 13:21:10 -07:00
Fix the color and proportions of the cura logo in the about panel
This commit is contained in:
parent
1d877cbade
commit
47626f6033
2 changed files with 174 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue