Minor UI changes to projectDialog

CURA-1263
This commit is contained in:
Jaime van Kessel 2016-12-02 13:41:39 +01:00
parent 9a03e8640b
commit c950288b86

View file

@ -10,16 +10,16 @@ import UM 1.1 as UM
UM.Dialog
{
title: catalog.i18nc("@title:window", "Import workspace conflict")
title: catalog.i18nc("@title:window", "Import Project")
width: 500 * Screen.devicePixelRatio;
minimumWidth: 500 * Screen.devicePixelRatio;
maximumWidth: 500 * Screen.devicePixelRatio;
width: 550 * Screen.devicePixelRatio;
minimumWidth: 550 * Screen.devicePixelRatio;
maximumWidth: 550 * Screen.devicePixelRatio;
height: 350 * Screen.devicePixelRatio;
minimumHeight: 350 * Screen.devicePixelRatio;
maximumHeight: 350 * Screen.devicePixelRatio;
property int comboboxHeight: 20
property int comboboxHeight: 15
property int spacerHeight: 10
onClosing: manager.notifyClosed()
onVisibleChanged: