Merge pull request #5502 from spycrab/qt_stars

Qt: Implement new, themed stars
This commit is contained in:
Leo Lam 2017-05-31 09:59:02 +02:00 committed by GitHub
commit 6dc3b2e8bc
1 changed files with 1 additions and 1 deletions

View File

@ -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"));