Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2019-11-12 12:31:45 +0300
committerJaime van Kessel <nallath@gmail.com>2019-11-12 12:31:45 +0300
commit2195dbaad05f026fefd5259a9214a96b6a67583f (patch)
treef9b4f37b222896be46e5d4928740cd3e79a98881 /plugins/CuraDrive
parent7e3905059d06b051c6d4d3aab7ce4fb5ef26fce3 (diff)
Make backup window modal
It could get hidden on osx quite easily, which is confusing as hell
Diffstat (limited to 'plugins/CuraDrive')
-rw-r--r--plugins/CuraDrive/src/qml/main.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CuraDrive/src/qml/main.qml b/plugins/CuraDrive/src/qml/main.qml
index 48bf3b6ea4..796a31e1d3 100644
--- a/plugins/CuraDrive/src/qml/main.qml
+++ b/plugins/CuraDrive/src/qml/main.qml
@@ -18,6 +18,7 @@ Window
minimumHeight: Math.round(UM.Theme.getSize("modal_window_minimum").height)
maximumWidth: Math.round(minimumWidth * 1.2)
maximumHeight: Math.round(minimumHeight * 1.2)
+ modality: Qt.ApplicationModal
width: minimumWidth
height: minimumHeight
color: UM.Theme.getColor("main_background")