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 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);