Fix more incorrect sizer flags
This commit is contained in:
parent
e3ad5ea976
commit
cac4ba910d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue