Pcbnew: Increase the default size of the board setup dialog

This commit is contained in:
kliment 2023-01-27 22:00:39 +00:00 committed by Jeff Young
parent a91d2c21b8
commit a3e3231605
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ DIALOG_BOARD_SETUP::DIALOG_BOARD_SETUP( PCB_EDIT_FRAME* aFrame ) :
m_treebook->ExpandNode( i );
m_treebook->SetMinSize( wxSize( -1, 580 ) );
m_treebook->SetInitialSize( wxSize( -1, 700 ) );
SetEvtHandlerEnabled( true );
finishDialogSettings();