mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 13:35:56 +08:00
Use Screen.devicePixelRatio for plugin browser
CURA-4279
This commit is contained in:
parent
7d12ebe860
commit
f803e72c18
@ -9,10 +9,10 @@ UM.Dialog
|
|||||||
id: base
|
id: base
|
||||||
|
|
||||||
title: catalog.i18nc("@title:window", "Find & Update plugins")
|
title: catalog.i18nc("@title:window", "Find & Update plugins")
|
||||||
width: 600
|
width: 600 * Screen.devicePixelRatio
|
||||||
height: 450
|
height: 450 * Screen.devicePixelRatio
|
||||||
minimumWidth: 350
|
minimumWidth: 350 * Screen.devicePixelRatio
|
||||||
minimumHeight: 350
|
minimumHeight: 350 * Screen.devicePixelRatio
|
||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user