More consistent spacing between messages

This commit is contained in:
Konstantinos Sideris 2018-04-29 20:39:22 +03:00
parent 95120c602b
commit 62d54146a7
2 changed files with 17 additions and 13 deletions

View file

@ -84,10 +84,12 @@ static constexpr int roomDescription = 14;
} // namespace topRoomBar
namespace timeline {
static constexpr int msgMargin = 14;
static constexpr int avatarSize = 36;
static constexpr int headerSpacing = 7;
static constexpr int headerLeftMargin = 15;
static constexpr int msgAvatarTopMargin = 15;
static constexpr int msgTopMargin = 2;
static constexpr int msgLeftMargin = 14;
static constexpr int avatarSize = 36;
static constexpr int headerSpacing = 3;
static constexpr int headerLeftMargin = 15;
namespace fonts {
static constexpr int timestamp = 13;