Qt: Improve spacing

This commit is contained in:
spycrab
2018-03-17 16:07:51 +01:00
parent 917f0e2182
commit c421848559
14 changed files with 116 additions and 51 deletions

View File

@ -38,9 +38,7 @@ private:
UICommon::GameFile m_game;
QLineEdit* m_checksum_result;
QComboBox* m_language_selector;
QLineEdit* m_long_name;
QLineEdit* m_short_name;
QLineEdit* m_short_maker;
QLineEdit* m_long_maker;
QLineEdit* m_name;
QLineEdit* m_maker;
QTextEdit* m_description;
};