diff --git a/src/RoomList.cc b/src/RoomList.cc index 8f49489588af978b22ad4c606f139d993270b932..a0b95748157e8c33f053b81044ec00638e7b3962 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);