mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Perfected the PadSimple config design.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@697 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -89,9 +89,9 @@ inline void AddControl(wxPanel *pan, wxButton **button, wxStaticBoxSizer *sizer,
|
|||||||
*button = new wxButton(pan, ctl, wxString::FromAscii(keyStr),
|
*button = new wxButton(pan, ctl, wxString::FromAscii(keyStr),
|
||||||
wxDefaultPosition, wxDefaultSize, wxWANTS_CHARS);
|
wxDefaultPosition, wxDefaultSize, wxWANTS_CHARS);
|
||||||
|
|
||||||
hButton->Add(*button, 0, wxALL);
|
hButton->Add(*button, 0, wxALIGN_RIGHT|wxALL);
|
||||||
|
|
||||||
sizer->Add(hButton);
|
sizer->Add(hButton, 0, wxALIGN_RIGHT|wxALL);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ConfigDialog::CreateGUIControls()
|
void ConfigDialog::CreateGUIControls()
|
||||||
|
Reference in New Issue
Block a user