mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Better height for dialog
This commit is contained in:
parent
3a1d57a725
commit
5255d6ca2a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ UM.Dialog
|
|||
|
||||
title: catalog.i18nc("@title:window", "Confirm uninstall ") + toolbox.pluginToUninstall
|
||||
width: 450 * screenScaleFactor
|
||||
height: (100 + dialogText.height) * screenScaleFactor
|
||||
height: 50 * screenScaleFactor + dialogText.height + buttonBar.height
|
||||
|
||||
maximumWidth: 450 * screenScaleFactor
|
||||
maximumHeight: 450 * screenScaleFactor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue