Increases size of imageload dialog

CURA-266
This commit is contained in:
Jaime van Kessel 2016-02-03 10:26:52 +01:00
parent 538ef391c7
commit e7ab686318

View file

@ -14,9 +14,9 @@ UM.Dialog
minimumWidth: 350 * Screen.devicePixelRatio;
maximumWidth: 350 * Screen.devicePixelRatio;
height: 220 * Screen.devicePixelRatio;
minimumHeight: 220 * Screen.devicePixelRatio;
maximumHeight: 220 * Screen.devicePixelRatio;
height: 250 * Screen.devicePixelRatio;
minimumHeight: 250 * Screen.devicePixelRatio;
maximumHeight: 250 * Screen.devicePixelRatio;
title: catalog.i18nc("@title:window", "Convert Image...")