summaryrefslogtreecommitdiffstats
path: root/gis/gpxsee/fix_font_narrow_space.diff
blob: 0b04d37b4ddd21a4da6b90c5de51efac8bd738ea (plain)
1
2
3
4
5
6
7
8
9
10
--- src/GUI/units.h.orig	2019-03-12 23:00:39.365129810 +0300
+++ src/GUI/units.h	2019-03-12 23:00:47.151863062 +0300
@@ -30,6 +30,6 @@
 #define C2FS    1.8  // Celsius to Farenheit - scale
 #define C2FO    32.0 // Celsius to Farenheit - offset
 
-#define UNIT_SPACE     QString::fromUtf8("\xE2\x80\x89")
+#define UNIT_SPACE     QLatin1Char{' '}
 
 #endif // UNITS_H