From 4509d7d8a1e5675cebf17ffeb74ba72a90ed296f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Thu, 14 Jun 2018 17:43:56 +0200 Subject: [maps] weaken the blur behind the main map 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 --- apps/com.pelagicore.map/panels/MapBoxPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { } } -- cgit v1.2.3