summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Wildemann <gta04@metalstrolche.de>2017-10-18 11:42:42 +0200
committerStefan Wildemann <gta04@metalstrolche.de>2017-10-18 11:42:42 +0200
commit1cfb99ed64f17add62c32bed8db7aab2db08525c (patch)
treee302eaf7467826d10b0947e2f5827dce00667502
parent7bb7bf7cd2d1a8e4551686f2b7b92eb02f87dee5 (diff)
downloadnavit-sailfish_icon_size_fix.tar.gz
Navit medium GUI icon size fixsailfish_icon_size_fix
This changes the medium size icon for HMI to 64x64px. This is neccesary because of changed icon set and therefore different icon default sizes. Otherwise the icons on POI screen were way too big.
-rw-r--r--navit/xslt/sailfish_gui.xslt2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/xslt/sailfish_gui.xslt b/navit/xslt/sailfish_gui.xslt
index 2f2c8fd02..079699a44 100644
--- a/navit/xslt/sailfish_gui.xslt
+++ b/navit/xslt/sailfish_gui.xslt
@@ -25,7 +25,7 @@
<xsl:apply-templates select="@*"/>
<xsl:attribute name="font_size">350</xsl:attribute>
<xsl:attribute name="icon_xs">32</xsl:attribute>
- <xsl:attribute name="icon_s">96</xsl:attribute>
+ <xsl:attribute name="icon_s">64</xsl:attribute>
<xsl:attribute name="icon_l">96</xsl:attribute>
<xsl:attribute name="enabled">yes</xsl:attribute>
<xsl:apply-templates select="node()"/>