Fix a layout assertion

This commit is contained in:
Zane U. Ji 2022-10-08 23:17:27 +08:00
parent 5d428fce87
commit b61a1bfb1c
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# Version number followed by the release date
1.3.1.0
* Fix a layout assertion
* Keep running when spell checking fails
+ Support libenchant-2
* Fix a DDE error on Windows (Bug #236)

View File

@ -236,7 +236,7 @@ StyleDialog::StyleDialog (
// overall sizer
wxBoxSizer *reportTopSizer = new wxBoxSizer ( wxVERTICAL );
reportTopSizer->Add ( comboSizer, 0, wxALL | wxALIGN_CENTER_VERTICAL, 5 );
reportTopSizer->Add ( comboSizer, 0, wxALL, 5 );
reportTopSizer->Add ( table, 1, wxEXPAND | wxALL, 5 );
reportTopSizer->Add ( reportButtonSizer, 0, wxALL, 5 );
reportTopSizer->Add ( status, 0, wxEXPAND | wxALL );