mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Increases size of imageload dialog
CURA-266
This commit is contained in:
parent
538ef391c7
commit
e7ab686318
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue