GS: Fix missing space in config dialog

This commit is contained in:
TellowKrinkle 2021-11-30 00:16:11 -06:00 committed by tellowkrinkle
parent 6811cd617b
commit 4da09bd841
1 changed files with 1 additions and 0 deletions

View File

@ -637,6 +637,7 @@ Dialog::Dialog()
book->AddPage(m_debug_panel, "Advanced");
m_top_box->Add(top_grid, wxSizerFlags().Centre());
m_top_box->AddSpacer(space);
m_top_box->Add(book, wxSizerFlags(1).Expand());
padding->Add(m_top_box, wxSizerFlags(1).Expand().Border());