summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWildemann Stefan <stefan.wildemann@corpuls.com>2017-06-06 13:39:53 +0200
committerStefan Wildemann <gta04@metalstrolche.de>2017-06-21 21:37:36 +0200
commit0bde39cb65d643c344bffb88b2112d225e821656 (patch)
tree2e2d6555479ecff54065f98f748a3f5b71994327
parent751b688ebd93dfc20790fbd90f7ecccafdb16017 (diff)
downloadnavit-0bde39cb65d643c344bffb88b2112d225e821656.tar.gz
Move zoom buttons to overlay to remove them from bitmap drag
-rw-r--r--navit/xslt/sailfish_osd.xslt4
1 files changed, 2 insertions, 2 deletions
diff --git a/navit/xslt/sailfish_osd.xslt b/navit/xslt/sailfish_osd.xslt
index a60a8c6d4..ca9925a49 100644
--- a/navit/xslt/sailfish_osd.xslt
+++ b/navit/xslt/sailfish_osd.xslt
@@ -23,11 +23,11 @@
<xsl:text>&#x0A; </xsl:text>
<osd enabled="yes" type="navigation_next_turn" x="-100" y="0" w="100" h="100" icon_w="90" icon_h="80" background_color="#00000058"/>
<xsl:text>&#x0A; </xsl:text>
- <osd enabled="yes" type="button" x="-96" y="-96" w="96" h="96" command="zoom_in()" src="zoom_in"/>
+ <osd enabled="yes" type="button" x="-96" y="-96" w="96" h="96" command="zoom_in()" src="zoom_in" use_overlay="true"/>
<xsl:text>&#x0A; </xsl:text>
<osd enabled="yes" type="text" label="${{navigation.item[1].length[named]}}" x="-100" y="100" w="100" h="50" background_color="#00000058" font_size="400"/>
<xsl:text>&#x0A; </xsl:text>
- <osd enabled="yes" type="button" x="0" y="-96" w="96" h="96" command="zoom_out()" src="zoom_out"/>
+ <osd enabled="yes" type="button" x="0" y="-96" w="96" h="96" command="zoom_out()" src="zoom_out" use_overlay="true"/>
<xsl:text>&#x0A; </xsl:text>
<xsl:copy>
<xsl:apply-templates select="@*"/>