summary refs log tree commit diff
path: root/src/RoomInfoListItem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/RoomInfoListItem.cpp')
-rw-r--r--src/RoomInfoListItem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RoomInfoListItem.cpp b/src/RoomInfoListItem.cpp

index a0d35b0c..ed3b081c 100644 --- a/src/RoomInfoListItem.cpp +++ b/src/RoomInfoListItem.cpp
@@ -32,7 +32,7 @@ constexpr int MaxUnreadCountDisplayed = 99; constexpr int Padding = 9; -constexpr int UnreadLineWidth = 4; +constexpr int UnreadLineWidth = 6; constexpr int UnreadLineOffset = 4; constexpr int IconSize = 44; constexpr int MaxHeight = IconSize + 2 * Padding;