summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-19 03:45:46 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-05-19 03:45:46 +0300
commit48618b438f9ba7754bb3778d3559897720e453e9 (patch)
tree5496c6e951bf42dc172f008c6722d00afb976bfa /include
parentSimplify room list item (diff)
downloadnheko-48618b438f9ba7754bb3778d3559897720e453e9.tar.xz
Add hover color on RoomList items
Diffstat (limited to 'include')
-rw-r--r--include/RoomInfoListItem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/RoomInfoListItem.h b/include/RoomInfoListItem.h

index f01fddf4..75a90ff3 100644 --- a/include/RoomInfoListItem.h +++ b/include/RoomInfoListItem.h
@@ -64,7 +64,7 @@ private: QPixmap roomAvatar_; - bool isPressed_; + bool isPressed_ = false; int maxHeight_ = 60; int unreadMsgCount_ = 0;