Merge pull request #5502 from spycrab/qt_stars
Qt: Implement new, themed stars
This commit is contained in:
commit
6dc3b2e8bc
|
@ -83,7 +83,7 @@ void Resources::Init()
|
|||
m_countries.append(GetScaledPixmap(country));
|
||||
}
|
||||
for (int stars = 0; stars <= 5; stars++)
|
||||
m_ratings.append(GetScaledPixmap("rating" + std::to_string(stars)));
|
||||
m_ratings.append(GetScaledThemePixmap("rating" + std::to_string(stars)));
|
||||
|
||||
m_misc.append(GetScaledPixmap("nobanner"));
|
||||
m_misc.append(GetScaledPixmap("dolphin_logo"));
|
||||
|
|
Loading…
Reference in New Issue