background role is now window

This commit is contained in:
Luis Ángel San Martín
2021-10-07 22:21:43 +02:00
parent 2e24c1f36f
commit ec4deaf594
5 changed files with 5 additions and 5 deletions

View File

@ -87,7 +87,7 @@ ImportWidget::ImportWidget(QWidget *parent)
setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
QPalette p(palette());
p.setColor(QPalette::Background, QColor(250, 250, 250));
p.setColor(QPalette::Window, QColor(250, 250, 250));
setAutoFillBackground(true);
setPalette(p);