Set emoji size relative to the default font
This commit is contained in:
parent
730a56f58e
commit
0ed2350664
2 changed files with 8 additions and 1 deletions
|
|
@ -73,6 +73,9 @@ private:
|
|||
|
||||
const int AvatarSize = 36;
|
||||
const float TimestampFontRatio = 0.8;
|
||||
const float EmojiFontRatio = 1.4;
|
||||
|
||||
float EmojiSize = 13;
|
||||
|
||||
Avatar *userAvatar_;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue