Made print window non blocking modal

Fixes Ultimaker/Cura#332
This commit is contained in:
Jaime van Kessel 2015-09-07 14:03:56 +02:00
parent 9cf383aa7c
commit 7d954c18c5

View file

@ -12,6 +12,7 @@ UM.Dialog
{
width: 500 * Screen.devicePixelRatio;
height: 100 * Screen.devicePixelRatio;
modality: Qt.NonModal
title: catalog.i18nc("@title:window", "Print with USB")