mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Replace the info shadow pngs with svg versions and make them themable
This commit is contained in:
@ -501,9 +501,6 @@ void GridComicsView::applyTheme(const Theme &theme)
|
||||
|
||||
// Info panel colors
|
||||
ctxt->setContextProperty("infoBackgroundColor", qv.infoBackgroundColor);
|
||||
ctxt->setContextProperty("topShadow", qv.topShadow.isEmpty() ? QUrl() : QUrl(qv.topShadow));
|
||||
ctxt->setContextProperty("infoShadow", qv.infoShadow);
|
||||
ctxt->setContextProperty("infoIndicator", qv.infoIndicator);
|
||||
ctxt->setContextProperty("infoTextColor", qv.infoTextColor);
|
||||
ctxt->setContextProperty("infoTitleColor", qv.infoTitleColor);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user