Pcbnew: Increase the default size of the board setup dialog
This commit is contained in:
parent
a91d2c21b8
commit
a3e3231605
|
@ -115,6 +115,7 @@ DIALOG_BOARD_SETUP::DIALOG_BOARD_SETUP( PCB_EDIT_FRAME* aFrame ) :
|
||||||
m_treebook->ExpandNode( i );
|
m_treebook->ExpandNode( i );
|
||||||
|
|
||||||
m_treebook->SetMinSize( wxSize( -1, 580 ) );
|
m_treebook->SetMinSize( wxSize( -1, 580 ) );
|
||||||
|
m_treebook->SetInitialSize( wxSize( -1, 700 ) );
|
||||||
SetEvtHandlerEnabled( true );
|
SetEvtHandlerEnabled( true );
|
||||||
|
|
||||||
finishDialogSettings();
|
finishDialogSettings();
|
||||||
|
|
Loading…
Reference in New Issue