Qt: Add title to ROM patcher
This commit is contained in:
@@ -12,6 +12,8 @@
|
|||||||
#include "io_file.hpp"
|
#include "io_file.hpp"
|
||||||
|
|
||||||
PatchWindow::PatchWindow(QWidget* parent) : QWidget(parent, Qt::Window) {
|
PatchWindow::PatchWindow(QWidget* parent) : QWidget(parent, Qt::Window) {
|
||||||
|
setWindowTitle("ROM patcher");
|
||||||
|
|
||||||
QVBoxLayout* layout = new QVBoxLayout;
|
QVBoxLayout* layout = new QVBoxLayout;
|
||||||
layout->setContentsMargins(6, 6, 6, 6);
|
layout->setContentsMargins(6, 6, 6, 6);
|
||||||
setLayout(layout);
|
setLayout(layout);
|
||||||
|
|||||||
Reference in New Issue
Block a user