aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukáš Tinkl <ltinkl@luxoft.com>2018-06-14 17:43:56 +0200
committerBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2018-06-15 11:13:52 +0000
commit4509d7d8a1e5675cebf17ffeb74ba72a90ed296f (patch)
treea6230945e92a4c2781389331a77bbc90d13213bf
parentf01328c99b967260461275c6190b7fff16ac35ab (diff)
[maps] weaken the blur behind the main map5.11
in the maximized view; it obscures too much of the bottom and top part of the map contents Change-Id: I66ecddcfb30b88d340b2ea90654a9217234de514 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>
-rw-r--r--apps/com.pelagicore.map/panels/MapBoxPanel.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/com.pelagicore.map/panels/MapBoxPanel.qml b/apps/com.pelagicore.map/panels/MapBoxPanel.qml
index 4111b308..111e5a4f 100644
--- a/apps/com.pelagicore.map/panels/MapBoxPanel.qml
+++ b/apps/com.pelagicore.map/panels/MapBoxPanel.qml
@@ -160,7 +160,7 @@ Item {
anchors.fill: mainMap
source: helper.localAsset("bg-home-navigation-overlay", NeptuneStyle.theme)
visible: root.state === "Maximized"
- scale: root.state === "Maximized" ? 1 : 1.6
+ scale: root.state === "Maximized" ? 1.2 : 1.6
Behavior on scale {
DefaultNumberAnimation { }
}