mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 17:19:04 +08:00
Increases size of imageload dialog
CURA-266
This commit is contained in:
parent
538ef391c7
commit
e7ab686318
@ -14,9 +14,9 @@ UM.Dialog
|
||||
minimumWidth: 350 * Screen.devicePixelRatio;
|
||||
maximumWidth: 350 * Screen.devicePixelRatio;
|
||||
|
||||
height: 220 * Screen.devicePixelRatio;
|
||||
minimumHeight: 220 * Screen.devicePixelRatio;
|
||||
maximumHeight: 220 * Screen.devicePixelRatio;
|
||||
height: 250 * Screen.devicePixelRatio;
|
||||
minimumHeight: 250 * Screen.devicePixelRatio;
|
||||
maximumHeight: 250 * Screen.devicePixelRatio;
|
||||
|
||||
title: catalog.i18nc("@title:window", "Convert Image...")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user