mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-27 21:01:11 -07:00
Revert "Fix rounded values in qml files"
This reverts commit f11a1341ee.
This commit is contained in:
parent
e7df8efe4d
commit
a2fde9f5f2
4 changed files with 10 additions and 10 deletions
|
|
@ -22,8 +22,8 @@ UM.Dialog
|
|||
Image
|
||||
{
|
||||
id: logo
|
||||
width: Math.round(base.minimumWidth * 0.85) | 0
|
||||
height: Math.round(width * (1/4.25)) | 0
|
||||
width: (base.minimumWidth * 0.85) | 0
|
||||
height: (width * (1/4.25)) | 0
|
||||
|
||||
source: UM.Theme.getImage("logo")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue