mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
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:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user