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
|