Qt/MappingWindow: Update layout to match WX

This commit is contained in:
Starsam80
2017-06-13 22:24:24 -06:00
parent 38c60156ce
commit e023cc124b
3 changed files with 8 additions and 8 deletions

View File

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