Make use of wxStdDialogButtonSizer wherever appropriate.

This makes button spacing more consistent and uses the native button order of the OK/Cancel/... buttons.
(Mostly) fixes issue 4390.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7581 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
NeoBrainX
2011-06-03 12:26:32 +00:00
parent 77b8813e31
commit 147e67703d
6 changed files with 30 additions and 52 deletions

View File

@ -101,7 +101,7 @@ protected:
void ApplyFocus(wxCommandEvent&);
};
class wxCheatsWindow : public wxFrame
class wxCheatsWindow : public wxDialog
{
friend class CreateCodeDialog;
@ -116,9 +116,6 @@ class wxCheatsWindow : public wxFrame
size_t index;
};
// Event Table
//DECLARE_EVENT_TABLE();
// --- GUI Controls ---
wxNotebook *m_Notebook_Main;