|
@@ -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
|