mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Make flow ribbons themeable
This commit is contained in:
@ -24,6 +24,7 @@ void ComicFlowWidget::applyTheme(const Theme &theme)
|
||||
{
|
||||
setBackgroundColor(theme.comicFlow.backgroundColor);
|
||||
setTextColor(theme.comicFlow.textColor);
|
||||
flow->setRibbonImages(theme.comicFlow.readPixmap.toImage(), theme.comicFlow.readingPixmap.toImage());
|
||||
}
|
||||
|
||||
void ComicFlowWidget::setBackgroundColor(const QColor &color)
|
||||
|
||||
Reference in New Issue
Block a user