mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 01:15:57 +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
|
||||
{
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user