mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 01:15:52 +08:00
Minor UI changes to projectDialog
CURA-1263
This commit is contained in:
parent
9a03e8640b
commit
c950288b86
@ -10,16 +10,16 @@ import UM 1.1 as UM
|
|||||||
|
|
||||||
UM.Dialog
|
UM.Dialog
|
||||||
{
|
{
|
||||||
title: catalog.i18nc("@title:window", "Import workspace conflict")
|
title: catalog.i18nc("@title:window", "Import Project")
|
||||||
|
|
||||||
width: 500 * Screen.devicePixelRatio;
|
width: 550 * Screen.devicePixelRatio;
|
||||||
minimumWidth: 500 * Screen.devicePixelRatio;
|
minimumWidth: 550 * Screen.devicePixelRatio;
|
||||||
maximumWidth: 500 * Screen.devicePixelRatio;
|
maximumWidth: 550 * Screen.devicePixelRatio;
|
||||||
|
|
||||||
height: 350 * Screen.devicePixelRatio;
|
height: 350 * Screen.devicePixelRatio;
|
||||||
minimumHeight: 350 * Screen.devicePixelRatio;
|
minimumHeight: 350 * Screen.devicePixelRatio;
|
||||||
maximumHeight: 350 * Screen.devicePixelRatio;
|
maximumHeight: 350 * Screen.devicePixelRatio;
|
||||||
property int comboboxHeight: 20
|
property int comboboxHeight: 15
|
||||||
property int spacerHeight: 10
|
property int spacerHeight: 10
|
||||||
onClosing: manager.notifyClosed()
|
onClosing: manager.notifyClosed()
|
||||||
onVisibleChanged:
|
onVisibleChanged:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user