1
0
Fork 0

Fix more incorrect sizer flags

This commit is contained in:
Thomas Goyne 2016-03-12 14:38:39 -08:00
parent e3ad5ea976
commit cac4ba910d
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ DialogSpellChecker::DialogSpellChecker(agi::Context *context)
}
{
wxSizerFlags button_flags = wxSizerFlags().Expand().Bottom().Border(wxBOTTOM, 5);
wxSizerFlags button_flags = wxSizerFlags().Expand().Border(wxBOTTOM, 5);
auto make_checkbox = [&](wxString const& text, const char *opt) {
auto checkbox = new wxCheckBox(this, -1, text);