onepad: move an ok button to the right corner

This commit is contained in:
Gregory Hainaut 2017-04-28 23:24:27 +02:00
parent 5b4c948e43
commit 4b5aabe6b0
1 changed files with 1 additions and 1 deletions

View File

@ -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
);