summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2016-10-19 12:57:31 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2016-10-19 13:15:32 +0000
commit745cba6149398608dd67dfa4de1c3429a13a2ade (patch)
tree432441c5aabfb12279249408ea9284d71047759a
parentd2f0e1f05a05de3a936655afe2b8a3ec82418eff (diff)
downloadneptune-ui-745cba6149398608dd67dfa4de1c3429a13a2ade.tar.gz
Don't load the background image asynchronously
This can lead to a white background in the app launch transition Change-Id: I7b62e778240fcf6a2bb69c56678b6e98648ba57e Reviewed-by: Nedim Hadzic <nedim.hadzic@pelagicore.com>
-rw-r--r--imports/shared/controls/DisplayBackground.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/imports/shared/controls/DisplayBackground.qml b/imports/shared/controls/DisplayBackground.qml
index 2792c73..caf0d77 100644
--- a/imports/shared/controls/DisplayBackground.qml
+++ b/imports/shared/controls/DisplayBackground.qml
@@ -44,7 +44,6 @@ Item {
//anchors.centerIn: parent
source: Style.gfx2(background)
visible: !Style.fakeBackground
- asynchronous: true
fillMode: Image.PreserveAspectCrop
}