Permalink
Browse files

Qt: Fix background

  • Loading branch information...
endrift committed Jul 16, 2017
1 parent 45169bc commit 3bc8ed4e92b9eee5ab71987bfe89970ecf055156
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/platform/qt/Window.h
View
@@ -168,7 +168,7 @@ private slots:
#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;

0 comments on commit 3bc8ed4

Please sign in to comment.