summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-25 10:01:53 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-25 10:01:53 +0300
commit5538a04690af7ed9932f2385d468274c3d713a40 (patch)
treeba2b9627544ef1d3c82ca0d7e44e3aff6230e182 /include
parentUse the white for text on the dark theme (diff)
downloadnheko-5538a04690af7ed9932f2385d468274c3d713a40.tar.xz
Make the number of unread messages fit in the bubble
fixes #330
Diffstat (limited to 'include')
-rw-r--r--include/RoomInfoListItem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/RoomInfoListItem.h b/include/RoomInfoListItem.h

index cc0acc7e..aebc2216 100644 --- a/include/RoomInfoListItem.h +++ b/include/RoomInfoListItem.h
@@ -200,6 +200,7 @@ private: QFont timestampFont_; QFont usernameFont_; QFont unreadCountFont_; + int bubbleDiameter_; QColor timestampColor_; QColor highlightedTimestampColor_;