summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-21 14:36:05 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-21 14:36:05 +0200
commit1705273bb80be62fa4be8a36be57d295b8b0851c (patch)
treedc70709b2d8e0c3d27ecca960b5d1585c6c36d25 /include
parentBump font sizes (diff)
downloadnheko-1705273bb80be62fa4be8a36be57d295b8b0851c.tar.xz
Fix font size inconsistencies
Diffstat (limited to 'include')
-rw-r--r--include/Config.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/Config.h b/include/Config.h

index 7cfc5358..781e910c 100644 --- a/include/Config.h +++ b/include/Config.h
@@ -12,6 +12,10 @@ static constexpr int emojiSize = 14; static constexpr int headerFontSize = 21; static constexpr int typingNotificationFontSize = 11; +namespace dialogs { +static constexpr int labelSize = 15; +} + // Window geometry. namespace window { static constexpr int height = 600; @@ -39,7 +43,7 @@ static constexpr int cornerRadius = 3; // RoomList specific. namespace roomlist { namespace fonts { -static constexpr int heading = 15; +static constexpr int heading = 14; static constexpr int badge = 10; static constexpr int bubble = 20; } // namespace fonts