mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Fix search icon background color (qt6)
This commit is contained in:
parent
50ca560f5a
commit
98041fc641
@ -364,10 +364,7 @@ void ClassicComicsView::setupSearchingIcon()
|
||||
h->addWidget(l, 0, Qt::AlignCenter);
|
||||
searchingIcon->setLayout(h);
|
||||
|
||||
QPalette pal(searchingIcon->palette());
|
||||
pal.setColor(QPalette::Window, Qt::black);
|
||||
searchingIcon->setAutoFillBackground(true);
|
||||
searchingIcon->setPalette(pal);
|
||||
searchingIcon->setStyleSheet(QString("QWidget {border : none; background-color: #000000;}"));
|
||||
|
||||
hideSearchingIcon();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user