mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:19:15 +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.right: parent.right
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
height: childrenRect.height * Screen.devicePixelRatio
|
height: childrenRect.height
|
||||||
|
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user