mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-29 06:08:48 +03:00
Fix roomlist borders
This commit is contained in:
parent
9c331905e6
commit
b586a2329c
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ RoomList::RoomList(QSharedPointer<MatrixClient> client, QWidget *parent)
|
||||||
: QWidget(parent)
|
: QWidget(parent)
|
||||||
, client_(client)
|
, client_(client)
|
||||||
{
|
{
|
||||||
|
setStyleSheet(
|
||||||
|
"border: 1px solid #ccc; border-right: 0px solid #000; border-left: 0px solid #000;");
|
||||||
|
|
||||||
topLayout_ = new QVBoxLayout(this);
|
topLayout_ = new QVBoxLayout(this);
|
||||||
topLayout_->setSpacing(0);
|
topLayout_->setSpacing(0);
|
||||||
topLayout_->setMargin(0);
|
topLayout_->setMargin(0);
|
||||||
|
|
Loading…
Reference in a new issue