Adjust unread msg bubble
This commit is contained in:
parent
42733eeb86
commit
480de2d30b
3 changed files with 18 additions and 11 deletions
|
|
@ -56,9 +56,9 @@ static constexpr int cornerRadius = 3;
|
|||
// RoomList specific.
|
||||
namespace roomlist {
|
||||
namespace fonts {
|
||||
static constexpr int heading = 14;
|
||||
static constexpr int timestamp = heading - 1;
|
||||
static constexpr int badge = 10;
|
||||
static constexpr int heading = 13;
|
||||
static constexpr int timestamp = heading;
|
||||
static constexpr int badge = 9;
|
||||
static constexpr int bubble = 20;
|
||||
} // namespace fonts
|
||||
} // namespace roomlist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue