mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 20:19:13 +08:00
Make Wizard Dialogs non-resizeable.
5-min fix.
This commit is contained in:
parent
92c3c0cdea
commit
9ffd7ecdb3
@ -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")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user