Fix roomlist borders

pull/1/head
Konstantinos Sideris 7 years ago
parent 9c331905e6
commit b586a2329c
  1. 3
      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);

Loading…
Cancel
Save