summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
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