mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +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
|
@ -168,7 +168,7 @@ void GeckoCodeWidget::AddCode()
|
|||
Gecko::GeckoCode code;
|
||||
code.enabled = true;
|
||||
|
||||
CheatCodeEditor ed;
|
||||
CheatCodeEditor ed(this);
|
||||
ed.SetGeckoCode(&code);
|
||||
|
||||
if (ed.exec())
|
||||
|
@ -188,7 +188,7 @@ void GeckoCodeWidget::EditCode()
|
|||
|
||||
int row = m_code_list->row(item);
|
||||
|
||||
CheatCodeEditor ed;
|
||||
CheatCodeEditor ed(this);
|
||||
|
||||
ed.SetGeckoCode(&m_gecko_codes[row]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue