mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-09 08:38:43 +12:00
Merge branch 'master' into metal2
This commit is contained in:
commit
f322ba5102
30 changed files with 51 additions and 37 deletions
|
@ -15,6 +15,8 @@
|
|||
|
||||
MainWindow::MainWindow(QApplication* app, QWidget* parent) : QMainWindow(parent), keyboardMappings(InputMappings::defaultKeyboardMappings()) {
|
||||
setWindowTitle("Alber");
|
||||
setWindowIcon(QIcon(":/docs/img/rpog_icon.png"));
|
||||
|
||||
// Enable drop events for loading ROMs
|
||||
setAcceptDrops(true);
|
||||
resize(800, 240 * 4);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue