mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Increase minimumHeight of the Print Address dialog
CURA-4428
This commit is contained in:
parent
7ca2ae9771
commit
60726ce179
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ Cura.MachineAction
|
|||
title: catalog.i18nc("@title:window", "Printer Address")
|
||||
|
||||
minimumWidth: 400 * screenScaleFactor
|
||||
minimumHeight: 120 * screenScaleFactor
|
||||
minimumHeight: 130 * screenScaleFactor
|
||||
width: minimumWidth
|
||||
height: minimumHeight
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue