Fixed games list not expanding with settings window.

This commit is contained in:
WrinklyNinja
2014-01-24 09:25:38 +00:00
parent 3af4c76cf3
commit 680126d5b5
+1 -2
View File
@@ -106,7 +106,7 @@ SettingsFrame::SettingsFrame(wxWindow *parent, const wxString& title, YAML::Node
bigBox->Add(GridSizer, 0, wxEXPAND|wxALL, 15);
bigBox->Add(gamesList, wholeItem);
bigBox->Add(gamesList, 1, wxEXPAND|wxLEFT|wxRIGHT|wxBOTTOM, 15);
wxBoxSizer * hbox2 = new wxBoxSizer(wxHORIZONTAL);
hbox2->Add(addBtn, 0, wxRIGHT, 5);
@@ -121,7 +121,6 @@ SettingsFrame::SettingsFrame(wxWindow *parent, const wxString& title, YAML::Node
bigBox->Add(displayGraphImageBox, wholeItem);
bigBox->AddSpacer(10);
bigBox->AddStretchSpacer(1);
bigBox->Add(new wxStaticText(this, wxID_ANY, translate("Language and game changes will be applied after BOSS is restarted.")), wholeItem);