- adjust alignment/spacing to "Extra Parameter" checkbox in game properties

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6977 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
gnick79 2011-01-29 23:40:55 +00:00
parent d1e0b6b4ef
commit 2e4fae2b80
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ void CISOProperties::CreateGUIControls(bool IsWad)
szrPHackSettings->Add(PHackZFarText, 0, wxALIGN_CENTER_VERTICAL);
szrPHackSettings->Add(PHackZFar, 1, wxEXPAND);
szrPHackSettings->Add(PHackSZFar, 0, wxEXPAND|wxLEFT, 5);
szrPHackSettings->Add(PHackExP, 0, wxEXPAND);
szrPHackSettings->Add(PHackExP, 0, wxEXPAND|wxTOP, 5);
sbGameConfig->Add(sbCoreOverrides, 0, wxEXPAND);
sbGameConfig->Add(sbWiiOverrides, 0, wxEXPAND);