From 553a97c8bb5042fbef0487255af52a4a6793d0fd Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sat, 24 Mar 2018 23:16:15 +0200 Subject: Add basic support for username auto-completion fixes #40 --- include/Config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/Config.h') diff --git a/include/Config.h b/include/Config.h index 54b2aa61..d7021d92 100644 --- a/include/Config.h +++ b/include/Config.h @@ -15,6 +15,11 @@ static constexpr int emojiSize = 14; static constexpr int headerFontSize = 21; static constexpr int typingNotificationFontSize = 11; +namespace popup { +static constexpr int font = fontSize; +static constexpr int avatar = 28; +} + namespace receipts { static constexpr int font = 12; } -- cgit 1.5.1