Fix a layout assertion
This commit is contained in:
parent
5d428fce87
commit
b61a1bfb1c
|
@ -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)
|
||||
|
|
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue