mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
AutoFillBackground
This commit is contained in:
parent
e0e20d3ae7
commit
f99825580a
@ -25,6 +25,7 @@ GenericChatroomWidget::GenericChatroomWidget(QWidget *parent)
|
||||
: QWidget(parent)
|
||||
{
|
||||
setFixedHeight(55);
|
||||
setAutoFillBackground(true);
|
||||
|
||||
setLayout(&layout);
|
||||
layout.setSpacing(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user