Qt: Use new, themed rating stars

This commit is contained in:
spycrab 2017-05-30 23:02:20 +02:00
parent 25f24d32ff
commit 118e90ec6e
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"));