diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-12-21 14:04:36 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2017-12-21 14:04:36 +0200 |
commit | 94b2827051982329c53e64e7f7e5e7270442bac9 (patch) | |
tree | d84fc4c830edf1615195827c2120bc49bf7b80e1 /include | |
parent | Bold room names (diff) | |
download | nheko-94b2827051982329c53e64e7f7e5e7270442bac9.tar.xz |
Bump font sizes
Diffstat (limited to 'include')
-rw-r--r-- | include/Config.h | 12 |
1 files 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 |