mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 14:13:55 -06:00
Make backup window modal
It could get hidden on osx quite easily, which is confusing as hell
This commit is contained in:
parent
7e3905059d
commit
2195dbaad0
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ Window
|
||||||
minimumHeight: Math.round(UM.Theme.getSize("modal_window_minimum").height)
|
minimumHeight: Math.round(UM.Theme.getSize("modal_window_minimum").height)
|
||||||
maximumWidth: Math.round(minimumWidth * 1.2)
|
maximumWidth: Math.round(minimumWidth * 1.2)
|
||||||
maximumHeight: Math.round(minimumHeight * 1.2)
|
maximumHeight: Math.round(minimumHeight * 1.2)
|
||||||
|
modality: Qt.ApplicationModal
|
||||||
width: minimumWidth
|
width: minimumWidth
|
||||||
height: minimumHeight
|
height: minimumHeight
|
||||||
color: UM.Theme.getColor("main_background")
|
color: UM.Theme.getColor("main_background")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue