DolphinQt: Rewrite About dialog to match the new DolphinWX one.

This commit is contained in:
waddlesplash
2015-09-10 23:02:47 -04:00
parent 3014feedc8
commit 0c1671973c
4 changed files with 134 additions and 57 deletions

View File

@ -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();
}