Allow scales below 100.

Fixes #6632.
This commit is contained in:
John Preston 2019-10-03 12:34:58 +03:00
parent 606a90a4ac
commit 4e7946d03e

View file

@ -15,7 +15,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
namespace style {
inline constexpr auto kScaleAuto = 0;
inline constexpr auto kScaleMin = 100;
inline constexpr auto kScaleMin = 75;
inline constexpr auto kScaleDefault = 100;
inline constexpr auto kScaleMax = 300;