summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-09 11:39:21 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-09 11:39:21 +0200
commitb586a2329cfd2b31e1821a80186a062828146f67 (patch)
tree6caea475c098a3d6fd073ae80063d57a4898b933 /src
parentFix initial sidebar width (diff)
downloadnheko-b586a2329cfd2b31e1821a80186a062828146f67.tar.xz
Fix roomlist borders
Diffstat (limited to 'src')
-rw-r--r--src/RoomList.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/RoomList.cc b/src/RoomList.cc

index 8f494895..a0b95748 100644 --- a/src/RoomList.cc +++ b/src/RoomList.cc
@@ -33,6 +33,9 @@ RoomList::RoomList(QSharedPointer<MatrixClient> client, QWidget *parent) : QWidget(parent) , client_(client) { + setStyleSheet( + "border: 1px solid #ccc; border-right: 0px solid #000; border-left: 0px solid #000;"); + topLayout_ = new QVBoxLayout(this); topLayout_->setSpacing(0); topLayout_->setMargin(0);