1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

AutoFillBackground

This commit is contained in:
krepa098 2014-10-01 18:20:13 +02:00
parent e0e20d3ae7
commit f99825580a

View File

@ -25,6 +25,7 @@ GenericChatroomWidget::GenericChatroomWidget(QWidget *parent)
: QWidget(parent)
{
setFixedHeight(55);
setAutoFillBackground(true);
setLayout(&layout);
layout.setSpacing(0);