Qt: Use new, themed rating stars
This commit is contained in:
parent
25f24d32ff
commit
118e90ec6e
|
@ -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