Skip to content
Snippets Groups Projects
Commit b586a232 authored by Konstantinos Sideris's avatar Konstantinos Sideris
Browse files

Fix roomlist borders

parent 9c331905
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment