Make Wizard Dialogs non-resizeable.

5-min fix.
This commit is contained in:
Remco Burema 2021-04-01 13:01:14 +02:00
parent 92c3c0cdea
commit 9ffd7ecdb3
No known key found for this signature in database
GPG key ID: 215C49431D43F98C

View file

@ -24,6 +24,8 @@ Window
minimumWidth: UM.Theme.getSize("modal_window_minimum").width
minimumHeight: UM.Theme.getSize("modal_window_minimum").height
maximumWidth: minimumWidth
maximumHeight: minimumHeight
color: UM.Theme.getColor("main_background")