mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 19:39:03 +08:00
Increase dialog height
This commit is contained in:
parent
328fd9081e
commit
3a1d57a725
@ -19,7 +19,7 @@ UM.Dialog
|
||||
|
||||
title: catalog.i18nc("@title:window", "Confirm uninstall ") + toolbox.pluginToUninstall
|
||||
width: 450 * screenScaleFactor
|
||||
height: (30 + dialogText.height) * screenScaleFactor
|
||||
height: (100 + dialogText.height) * screenScaleFactor
|
||||
|
||||
maximumWidth: 450 * screenScaleFactor
|
||||
maximumHeight: 450 * screenScaleFactor
|
||||
|
Loading…
x
Reference in New Issue
Block a user