mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 06:05:40 +12:00
Qt: Add title to ROM patcher
This commit is contained in:
parent
1e54614d41
commit
d8df0dc4fa
1 changed files with 3 additions and 1 deletions
|
@ -12,6 +12,8 @@
|
|||
#include "io_file.hpp"
|
||||
|
||||
PatchWindow::PatchWindow(QWidget* parent) : QWidget(parent, Qt::Window) {
|
||||
setWindowTitle("ROM patcher");
|
||||
|
||||
QVBoxLayout* layout = new QVBoxLayout;
|
||||
layout->setContentsMargins(6, 6, 6, 6);
|
||||
setLayout(layout);
|
||||
|
@ -155,4 +157,4 @@ void PatchWindow::PatchWindow::displayMessage(const QString& title, const QStrin
|
|||
}
|
||||
|
||||
messageBox.exec();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue