Skip to content
Snippets Groups Projects
Commit 94b28270 authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Bump font sizes

parent ccbcfe9f
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
namespace conf { namespace conf {
// Global settings. // Global settings.
static constexpr int fontSize = 12; static constexpr int fontSize = 14;
static constexpr int textInputFontSize = 14; static constexpr int textInputFontSize = 14;
static constexpr int emojiSize = 14; static constexpr int emojiSize = 14;
static constexpr int headerFontSize = 21; static constexpr int headerFontSize = 21;
...@@ -39,7 +39,7 @@ static constexpr int cornerRadius = 3; ...@@ -39,7 +39,7 @@ static constexpr int cornerRadius = 3;
// RoomList specific. // RoomList specific.
namespace roomlist { namespace roomlist {
namespace fonts { namespace fonts {
static constexpr int heading = 13; static constexpr int heading = 15;
static constexpr int badge = 10; static constexpr int badge = 10;
static constexpr int bubble = 20; static constexpr int bubble = 20;
} // namespace fonts } // namespace fonts
...@@ -55,18 +55,18 @@ static constexpr int userid = 14; ...@@ -55,18 +55,18 @@ static constexpr int userid = 14;
namespace topRoomBar { namespace topRoomBar {
namespace fonts { namespace fonts {
static constexpr int roomName = 15; static constexpr int roomName = 15;
static constexpr int roomDescription = 13; static constexpr int roomDescription = 14;
} // namespace fonts } // namespace fonts
} // namespace topRoomBar } // namespace topRoomBar
namespace timeline { namespace timeline {
static constexpr int msgMargin = 11; static constexpr int msgMargin = 14;
static constexpr int avatarSize = 36; static constexpr int avatarSize = 36;
static constexpr int headerSpacing = 5; static constexpr int headerSpacing = 7;
static constexpr int headerLeftMargin = 15; static constexpr int headerLeftMargin = 15;
namespace fonts { namespace fonts {
static constexpr int timestamp = 9; static constexpr int timestamp = 10;
} // namespace fonts } // namespace fonts
} // namespace timeline } // namespace timeline
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment