mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
WX: HiDPI: ControllerConfigDiag
Minor appearance change to align wiimote and gamecube sections.
This commit is contained in:
@ -17,7 +17,6 @@ class InputConfig;
|
||||
class wxCheckBox;
|
||||
class wxChoice;
|
||||
class wxRadioButton;
|
||||
class wxStaticBoxSizer;
|
||||
class wxStaticText;
|
||||
|
||||
class ControllerConfigDiag final : public wxDialog
|
||||
@ -28,10 +27,10 @@ public:
|
||||
private:
|
||||
void UpdateUI();
|
||||
|
||||
wxStaticBoxSizer* CreateGamecubeSizer();
|
||||
wxStaticBoxSizer* CreateWiimoteConfigSizer();
|
||||
wxBoxSizer* CreatePassthroughBTConfigSizer();
|
||||
wxBoxSizer* CreateEmulatedBTConfigSizer();
|
||||
wxSizer* CreateGamecubeSizer();
|
||||
wxSizer* CreateWiimoteConfigSizer();
|
||||
wxSizer* CreatePassthroughBTConfigSizer();
|
||||
wxSizer* CreateEmulatedBTConfigSizer();
|
||||
|
||||
void OnClose(wxCloseEvent& event);
|
||||
void OnCloseButton(wxCommandEvent& event);
|
||||
|
Reference in New Issue
Block a user