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.h5
1 files changed, 5 insertions, 0 deletions
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; }