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

@ -22,8 +22,8 @@ Window
flags: Qt.Dialog
modality: Qt.ApplicationModal
minimumWidth: 580 * screenScaleFactor
minimumHeight: 600 * screenScaleFactor
minimumWidth: UM.Theme.getSize("modal_window_minimum").width
minimumHeight: UM.Theme.getSize("modal_window_minimum").height
color: UM.Theme.getColor("main_background")