Put typing notifications above the text input

This commit is contained in:
Konstantinos Sideris 2017-10-04 22:00:26 +03:00
parent d60c2b76e3
commit 28b3a3fde0
4 changed files with 13 additions and 13 deletions

View file

@ -8,6 +8,7 @@ namespace conf
{
// Global settings.
static const int fontSize = 12;
static const int textInputFontSize = 14;
static const int emojiSize = 14;
static const int headerFontSize = 21;
static const int typingNotificationFontSize = 11;