mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 20:25:58 +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
|
@ -14,6 +14,7 @@
|
|||
GameListDialog::GameListDialog(QWidget* parent) : QDialog(parent)
|
||||
{
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
setWindowTitle(tr("Select a game"));
|
||||
|
||||
CreateWidgets();
|
||||
ConnectWidgets();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue