mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 16:19:28 +01:00
Merge pull request #3023 from JosJuice/qt-pixmaps
DolphinQt: Bring pixmaps up to date with DolphinWX and themes
This commit is contained in:
commit
2c67ad88cd
@ -70,10 +70,8 @@ void Resources::UpdatePixmaps()
|
|||||||
m_pixmaps[TOOLBAR_FULLSCREEN].load(GIFN("fullscreen"));
|
m_pixmaps[TOOLBAR_FULLSCREEN].load(GIFN("fullscreen"));
|
||||||
m_pixmaps[TOOLBAR_SCREENSHOT].load(GIFN("screenshot"));
|
m_pixmaps[TOOLBAR_SCREENSHOT].load(GIFN("screenshot"));
|
||||||
m_pixmaps[TOOLBAR_CONFIGURE].load(GIFN("config"));
|
m_pixmaps[TOOLBAR_CONFIGURE].load(GIFN("config"));
|
||||||
m_pixmaps[TOOLBAR_PLUGIN_GFX].load(GIFN("graphics"));
|
m_pixmaps[TOOLBAR_GRAPHICS].load(GIFN("graphics"));
|
||||||
m_pixmaps[TOOLBAR_PLUGIN_DSP].load(GIFN("dsp"));
|
m_pixmaps[TOOLBAR_CONTROLLERS].load(GIFN("classic"));
|
||||||
m_pixmaps[TOOLBAR_PLUGIN_GCPAD].load(GIFN("gcpad"));
|
|
||||||
m_pixmaps[TOOLBAR_PLUGIN_WIIMOTE].load(GIFN("wiimote"));
|
|
||||||
m_pixmaps[TOOLBAR_HELP].load(GIFN("nobanner")); // TODO
|
m_pixmaps[TOOLBAR_HELP].load(GIFN("nobanner")); // TODO
|
||||||
// TODO: toolbar[MEMCARD];
|
// TODO: toolbar[MEMCARD];
|
||||||
// TODO: toolbar[HOTKEYS];
|
// TODO: toolbar[HOTKEYS];
|
||||||
|
@ -33,10 +33,8 @@ public:
|
|||||||
TOOLBAR_FULLSCREEN,
|
TOOLBAR_FULLSCREEN,
|
||||||
TOOLBAR_SCREENSHOT,
|
TOOLBAR_SCREENSHOT,
|
||||||
TOOLBAR_CONFIGURE,
|
TOOLBAR_CONFIGURE,
|
||||||
TOOLBAR_PLUGIN_GFX,
|
TOOLBAR_GRAPHICS,
|
||||||
TOOLBAR_PLUGIN_DSP,
|
TOOLBAR_CONTROLLERS,
|
||||||
TOOLBAR_PLUGIN_GCPAD,
|
|
||||||
TOOLBAR_PLUGIN_WIIMOTE,
|
|
||||||
TOOLBAR_HELP,
|
TOOLBAR_HELP,
|
||||||
MEMCARD,
|
MEMCARD,
|
||||||
HOTKEYS,
|
HOTKEYS,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user