From 28b3a3fde02e5fc422bfc44cfbedb940815b823b Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Wed, 4 Oct 2017 22:00:26 +0300 Subject: Put typing notifications above the text input --- include/Config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/Config.h b/include/Config.h index 50f9eb85..2412a4d0 100644 --- a/include/Config.h +++ b/include/Config.h @@ -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; -- cgit 1.5.1