summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-20 21:23:01 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-20 21:23:01 +0200
commit480de2d30bcd82ed3beeab5fad9b2a55d34b4990 (patch)
tree859919ef7e243d974661e066613823f800c4a955 /include
parentTimelineView: remove unneeded date separators when deleting a redacted messag... (diff)
downloadnheko-480de2d30bcd82ed3beeab5fad9b2a55d34b4990.tar.xz
Adjust unread msg bubble
Diffstat (limited to 'include')
-rw-r--r--include/Config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/Config.h b/include/Config.h

index 40276df0..33cc63f7 100644 --- a/include/Config.h +++ b/include/Config.h
@@ -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