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:
parent
ec25463fed
commit
5af00486c3
|
@ -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 ) );
|
||||
|
||||
|
|
Loading…
Reference in New Issue