mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Qt/MappingWindow: Update layout to match WX
This commit is contained in:
@ -97,7 +97,7 @@ private:
|
||||
|
||||
// Profiles
|
||||
QGroupBox* m_profiles_box;
|
||||
QVBoxLayout* m_profiles_layout;
|
||||
QHBoxLayout* m_profiles_layout;
|
||||
QComboBox* m_profiles_combo;
|
||||
QPushButton* m_profiles_load;
|
||||
QPushButton* m_profiles_save;
|
||||
@ -105,7 +105,7 @@ private:
|
||||
|
||||
// Reset
|
||||
QGroupBox* m_reset_box;
|
||||
QVBoxLayout* m_reset_layout;
|
||||
QHBoxLayout* m_reset_layout;
|
||||
QPushButton* m_reset_default;
|
||||
QPushButton* m_reset_clear;
|
||||
|
||||
|
Reference in New Issue
Block a user