summary refs log tree commit diff
path: root/include/Config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Config.h')
-rw-r--r--include/Config.h4
1 files changed, 4 insertions, 0 deletions
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; }