Make backup window modal

It could get hidden on osx quite easily, which is confusing as hell
This commit is contained in:
Jaime van Kessel 2019-11-12 10:31:45 +01:00
parent 7e3905059d
commit 2195dbaad0
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -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")