mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:58:59 +08:00
Remove pixel ratio for childrenRect in OpenFilesIncludingProjectsDialog
CURA-3642
This commit is contained in:
parent
f4e1212005
commit
5945212e4b
@ -79,7 +79,7 @@ UM.Dialog
|
||||
{
|
||||
anchors.right: parent.right
|
||||
anchors.left: parent.left
|
||||
height: childrenRect.height * Screen.devicePixelRatio
|
||||
height: childrenRect.height
|
||||
|
||||
Button
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user