Minor fix for dialog.

This commit is contained in:
Jeff Young 2022-03-07 10:04:04 +00:00
parent 6c5b567c25
commit bf44ae907b
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS_BASE::DIALOG_GLOBAL_EDIT_TEXT_AND_GRAPHICS_
bSizerTop->Add( sbFilters, 1, wxEXPAND|wxTOP|wxRIGHT|wxLEFT, 10 );
bMainSizer->Add( bSizerTop, 1, wxEXPAND, 5 );
bMainSizer->Add( bSizerTop, 0, wxEXPAND, 5 );
bMainSizer->Add( 0, 0, 0, wxTOP, 5 );