Set a default floating size for the search pane

aui panes unforunately get a default of 0,0 and no attempts to detect a size
This commit is contained in:
Marek Roszko 2022-09-21 00:06:45 -04:00
parent ec25463fed
commit 5af00486c3
1 changed files with 1 additions and 0 deletions

View File

@ -311,6 +311,7 @@ PCB_EDIT_FRAME::PCB_EDIT_FRAME( KIWAY* aKiway, wxWindow* aParent ) :
.PaneBorder( false )
.MinSize( 180, -1 )
.BestSize( 180, -1 )
.FloatingSize( 480, 200 )
.CloseButton( true )
.DestroyOnClose( false ) );