Set emoji size relative to the default font

This commit is contained in:
Konstantinos Sideris 2017-07-01 14:03:00 +03:00
parent 730a56f58e
commit 0ed2350664
2 changed files with 8 additions and 1 deletions

View file

@ -73,6 +73,9 @@ private:
const int AvatarSize = 36;
const float TimestampFontRatio = 0.8;
const float EmojiFontRatio = 1.4;
float EmojiSize = 13;
Avatar *userAvatar_;