mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Remove pixel ratio for childrenRect in OpenFilesIncludingProjectsDialog
CURA-3642
This commit is contained in:
parent
f4e1212005
commit
5945212e4b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue