mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
background role is now window
This commit is contained in:
@ -20,7 +20,7 @@ ComicFlowWidgetSW::ComicFlowWidgetSW(QWidget *parent)
|
||||
// TODO eleminar "padding"
|
||||
QPalette Pal(palette());
|
||||
// set black background
|
||||
Pal.setColor(QPalette::Background, Qt::black);
|
||||
Pal.setColor(QPalette::Window, Qt::black);
|
||||
setAutoFillBackground(true);
|
||||
setPalette(Pal);
|
||||
|
||||
|
Reference in New Issue
Block a user