summaryrefslogtreecommitdiffstats
path: root/gis/gpxsee/fix_font_narrow_space.diff
blob: 1038613851157b1c5a8f0798ce37f0683e33acb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -Naur GPXSee-5.16.orig/src/GUI/units.h GPXSee-5.16/src/GUI/units.h
--- GPXSee-5.16.orig/src/GUI/units.h	2018-03-20 00:40:49.000000000 +0300
+++ GPXSee-5.16/src/GUI/units.h	2018-04-08 20:17:44.008003642 +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