From 94b2827051982329c53e64e7f7e5e7270442bac9 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Thu, 21 Dec 2017 14:04:36 +0200 Subject: [PATCH] Bump font sizes --- include/Config.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/Config.h b/include/Config.h index b5e876c0..7cfc5358 100644 --- a/include/Config.h +++ b/include/Config.h @@ -6,7 +6,7 @@ namespace conf { // Global settings. -static constexpr int fontSize = 12; +static constexpr int fontSize = 14; static constexpr int textInputFontSize = 14; static constexpr int emojiSize = 14; static constexpr int headerFontSize = 21; @@ -39,7 +39,7 @@ static constexpr int cornerRadius = 3; // RoomList specific. namespace roomlist { namespace fonts { -static constexpr int heading = 13; +static constexpr int heading = 15; static constexpr int badge = 10; static constexpr int bubble = 20; } // namespace fonts @@ -55,18 +55,18 @@ static constexpr int userid = 14; namespace topRoomBar { namespace fonts { static constexpr int roomName = 15; -static constexpr int roomDescription = 13; +static constexpr int roomDescription = 14; } // namespace fonts } // namespace topRoomBar namespace timeline { -static constexpr int msgMargin = 11; +static constexpr int msgMargin = 14; static constexpr int avatarSize = 36; -static constexpr int headerSpacing = 5; +static constexpr int headerSpacing = 7; static constexpr int headerLeftMargin = 15; namespace fonts { -static constexpr int timestamp = 9; +static constexpr int timestamp = 10; } // namespace fonts } // namespace timeline