Qt: Fix background
Vicki Pfau vi@endrift.com
Sun, 16 Jul 2017 14:43:34 -0700
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/platform/qt/Window.h
→
src/platform/qt/Window.h
@@ -168,7 +168,7 @@ DebuggerConsoleController* m_console = nullptr;
#endif LoadSaveState* m_stateWindow = nullptr; WindowBackground* m_screenWidget; - QPixmap m_logo{":/res/medusa-bg.png"}; + QPixmap m_logo{":/res/medusa-bg.jpg"}; ConfigController* m_config; InputController m_inputController; QList<QDateTime> m_frameList;