Fix merge conflicts

This commit is contained in:
Lipu Fei 2019-03-20 16:02:19 +01:00
commit 7e176e0f2c
7 changed files with 38 additions and 25 deletions

View file

@ -53,7 +53,7 @@ UM.MainWindow
id: greyOutBackground
anchors.fill: parent
visible: welcomeDialog.visible
color: "black"
color: UM.Theme.getColor("window_disabled_background")
opacity: 0.7
z: stageMenu.z + 1
}