mirror of https://github.com/PCSX2/pcsx2.git
onepad: move an ok button to the right corner
This commit is contained in:
parent
5b4c948e43
commit
4b5aabe6b0
|
@ -101,7 +101,7 @@ GamepadConfiguration::GamepadConfiguration(int pad, wxWindow *parent)
|
|||
m_pan_gamepad_config, // Parent
|
||||
wxID_ANY, // ID
|
||||
_T("&OK"), // Label
|
||||
wxPoint(250, 160), // Position
|
||||
wxPoint(320, 160), // Position
|
||||
wxSize(60, 25) // Size
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue