summary refs log tree commit diff
path: root/include/Config.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-28 15:27:12 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-28 15:27:12 +0300
commit7621dc0cb028ff15ac2375c31a1dd6fd64b4b94b (patch)
treead22bea3f559aabfe4a6c57ca5bea79b89efe5de /include/Config.h
parentRemove old/unused code (diff)
downloadnheko-7621dc0cb028ff15ac2375c31a1dd6fd64b4b94b.tar.xz
Fix UI inconsistencies between room list & communities
fixes #204
fixes #255
Diffstat (limited to 'include/Config.h')
-rw-r--r--include/Config.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/include/Config.h b/include/Config.h

index d7021d92..1d05e82d 100644 --- a/include/Config.h +++ b/include/Config.h
@@ -61,10 +61,11 @@ static constexpr int cornerRadius = 3; // RoomList specific. namespace roomlist { namespace fonts { -static constexpr int heading = 13; -static constexpr int timestamp = heading; -static constexpr int badge = 10; -static constexpr int bubble = 20; +static constexpr int heading = 13; +static constexpr int timestamp = heading; +static constexpr int badge = 10; +static constexpr int bubble = 20; +static constexpr int communityBubble = bubble - 4; } // namespace fonts } // namespace roomlist