mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
background role is now window
This commit is contained in:
@ -11,7 +11,7 @@ NoLibrariesWidget::NoLibrariesWidget(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);
|
||||
|
||||
|
Reference in New Issue
Block a user