summary refs log tree commit diff
path: root/include/Config.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-04 11:33:34 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-10-04 11:33:34 +0300
commitd60c2b76e30dcbdb1eae2a69b2d3ddff128d00c5 (patch)
treeb54dfe5e789c3f42ce8ef26f988a2f30ab62ad4c /include/Config.h
parentRecover from corrupted cache data (diff)
downloadnheko-d60c2b76e30dcbdb1eae2a69b2d3ddff128d00c5.tar.xz
Receive typing notifications (#88)
Diffstat (limited to 'include/Config.h')
-rw-r--r--include/Config.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/Config.h b/include/Config.h

index 654eadb6..50f9eb85 100644 --- a/include/Config.h +++ b/include/Config.h
@@ -7,9 +7,10 @@ namespace conf { // Global settings. -static const int fontSize = 12; -static const int emojiSize = 14; -static const int headerFontSize = 21; +static const int fontSize = 12; +static const int emojiSize = 14; +static const int headerFontSize = 21; +static const int typingNotificationFontSize = 11; // Window geometry. namespace window