fix_font_narrow_space.diff 366 B

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