Remove pixel ratio for childrenRect in OpenFilesIncludingProjectsDialog

CURA-3642
This commit is contained in:
Lipu Fei 2017-04-12 08:55:15 +02:00
parent f4e1212005
commit 5945212e4b

View file

@ -79,7 +79,7 @@ UM.Dialog
{
anchors.right: parent.right
anchors.left: parent.left
height: childrenRect.height * Screen.devicePixelRatio
height: childrenRect.height
Button
{