Use Screen.devicePixelRatio for plugin browser

CURA-4279
This commit is contained in:
Lipu Fei 2017-09-04 17:25:23 +02:00
parent 7d12ebe860
commit f803e72c18

View file

@ -9,10 +9,10 @@ UM.Dialog
id: base
title: catalog.i18nc("@title:window", "Find & Update plugins")
width: 600
height: 450
minimumWidth: 350
minimumHeight: 350
width: 600 * Screen.devicePixelRatio
height: 450 * Screen.devicePixelRatio
minimumWidth: 350 * Screen.devicePixelRatio
minimumHeight: 350 * Screen.devicePixelRatio
Item
{
anchors.fill: parent