Fix sizing of the machine action dialog

Contributes to #7224
This commit is contained in:
Jaime van Kessel 2020-03-06 11:02:59 +01:00
parent 96482398f5
commit 68ad38de28
No known key found for this signature in database
GPG key ID: 3710727397403C91
2 changed files with 6 additions and 3 deletions

View file

@ -118,7 +118,10 @@ UM.ManagementPage
UM.Dialog
{
id: actionDialog
minimumWidth: UM.Theme.getSize("modal_window_minimum").width
minimumHeight: UM.Theme.getSize("modal_window_minimum").height
maximumWidth: minimumWidth * 3
maximumHeight: minimumHeight * 3
rightButtons: Button
{
text: catalog.i18nc("@action:button", "Close")