mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
Qt: Make dialogues more consistent
This commit is contained in:
parent
c3d88a622d
commit
7cd30810a3
10 changed files with 18 additions and 10 deletions
|
@ -17,7 +17,8 @@
|
|||
|
||||
#include <iostream>
|
||||
|
||||
NewPatchDialog::NewPatchDialog(PatchEngine::Patch& patch) : m_patch(patch)
|
||||
NewPatchDialog::NewPatchDialog(QWidget* parent, PatchEngine::Patch& patch)
|
||||
: QDialog(parent), m_patch(patch)
|
||||
{
|
||||
setWindowTitle(tr("Patch Editor"));
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue