mirror of https://github.com/odrling/Aegisub
Fix more incorrect sizer flags
This commit is contained in:
parent
e3ad5ea976
commit
cac4ba910d
|
@ -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 make_checkbox = [&](wxString const& text, const char *opt) {
|
||||||
auto checkbox = new wxCheckBox(this, -1, text);
|
auto checkbox = new wxCheckBox(this, -1, text);
|
||||||
|
|
Loading…
Reference in New Issue