mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 12:15:58 +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
|
||||
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user