Workspace & load image dialog can now be resized

CURA-3247
This commit is contained in:
Jaime van Kessel 2017-01-23 15:06:49 +01:00
parent 98bad05b7b
commit 3d58bd4d49
2 changed files with 1 additions and 4 deletions

View file

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