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:
@ -226,9 +226,9 @@ struct QmlViewTheme {
|
||||
|
||||
// Info panel colors
|
||||
QColor infoBackgroundColor;
|
||||
QString topShadow; // Image filename
|
||||
QString infoShadow; // Image filename
|
||||
QString infoIndicator; // Image filename
|
||||
QString topShadow; // Recolored SVG path
|
||||
QString infoShadow; // Recolored SVG path
|
||||
QString infoIndicator; // Recolored SVG path
|
||||
QColor infoTextColor;
|
||||
QColor infoTitleColor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user