mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Make Wizard Dialogs non-resizeable.
5-min fix.
This commit is contained in:
parent
92c3c0cdea
commit
9ffd7ecdb3
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue