summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Wildemann <gta04@metalstrolche.de>2017-10-18 11:42:42 +0200
committerStefan Wildemann <metalstrolch@users.noreply.github.com>2017-10-18 12:09:09 +0200
commite9d25337220e477d5e5a410f2144c02dce0b4a3d (patch)
treee302eaf7467826d10b0947e2f5827dce00667502
parent993ca33a210a340d976c967c77ef78a8e71ac2c2 (diff)
downloadnavit-e9d25337220e477d5e5a410f2144c02dce0b4a3d.tar.gz
Navit medium GUI 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()"/>