mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 15:55:31 +01:00
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));
|
m_countries.append(GetScaledPixmap(country));
|
||||||
}
|
}
|
||||||
for (int stars = 0; stars <= 5; stars++)
|
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("nobanner"));
|
||||||
m_misc.append(GetScaledPixmap("dolphin_logo"));
|
m_misc.append(GetScaledPixmap("dolphin_logo"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user