From eaf05748ff1fc2b1ced8fdb329661ff20d6b7b85 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Wed, 3 Jan 2018 18:05:49 +0200 Subject: Initial support for read receipts --- include/Config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/Config.h') diff --git a/include/Config.h b/include/Config.h index 7d35094e..5492e5fb 100644 --- a/include/Config.h +++ b/include/Config.h @@ -15,6 +15,10 @@ static constexpr int emojiSize = 14; static constexpr int headerFontSize = 21; static constexpr int typingNotificationFontSize = 11; +namespace receipts { +static constexpr int font = 12; +} + namespace dialogs { static constexpr int labelSize = 15; } -- cgit 1.5.1