mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
DolphinQt: Rewrite About dialog to match the new DolphinWX one.
This commit is contained in:
parent
3014feedc8
commit
0c1671973c
4 changed files with 134 additions and 57 deletions
|
@ -55,6 +55,7 @@ void Resources::Init()
|
|||
|
||||
m_pixmaps.resize(NUM_ICONS);
|
||||
m_pixmaps[DOLPHIN_LOGO].load(GIFN("Dolphin"));
|
||||
m_pixmaps[DOLPHIN_LOGO_LARGE].load(GIFN("dolphin_logo"));
|
||||
UpdatePixmaps();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue