mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Better naming in some of the theme properties used in qml
This commit is contained in:
@ -239,8 +239,8 @@ void InfoComicsView::applyTheme(const Theme &theme)
|
||||
ctxt->setContextProperty("topShadow", svgUrl(giv.topShadow));
|
||||
ctxt->setContextProperty("infoShadow", svgUrl(giv.infoShadow));
|
||||
ctxt->setContextProperty("infoIndicator", svgUrl(giv.infoIndicator));
|
||||
ctxt->setContextProperty("infoMetadataTextColor", giv.infoMetadataTextColor);
|
||||
ctxt->setContextProperty("infoTextColor", giv.infoTextColor);
|
||||
ctxt->setContextProperty("infoTitleColor", giv.infoTitleColor);
|
||||
|
||||
// Rating and favorite colors
|
||||
ctxt->setContextProperty("ratingUnselectedColor", giv.ratingUnselectedColor);
|
||||
|
||||
Reference in New Issue
Block a user