summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-04 22:00:26 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-04 22:00:26 +0300
commit28b3a3fde02e5fc422bfc44cfbedb940815b823b (patch)
tree75fcd0e5d58b2ec573c55b73fbf0b388157333a3 /include
parentReceive typing notifications (#88) (diff)
downloadnheko-28b3a3fde02e5fc422bfc44cfbedb940815b823b.tar.xz
Put typing notifications above the text input
Diffstat (limited to 'include')
-rw-r--r--include/Config.h1
1 files changed, 1 insertions, 0 deletions
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;