Gerbview: export to pcbnew enhancements and fixes.

This commit is contained in:
jean-pierre charras 2011-04-26 13:07:37 +02:00
parent cfb354cb9f
commit 585655e207
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ LAYERS_MAP_DIALOG::LAYERS_MAP_DIALOG( GERBVIEW_FRAME* parent ) :
initDialog();
// Resize the dialog
Layout();
GetSizer()->SetSizeHints( this );
Centre();
}
@ -128,6 +129,7 @@ void LAYERS_MAP_DIALOG::initDialog()
m_flexRightColumnBoxSizer->AddGrowableCol( ii );
m_flexRightColumnBoxSizer->SetFlexibleDirection( wxBOTH );
m_flexRightColumnBoxSizer->SetNonFlexibleGrowMode( wxFLEX_GROWMODE_SPECIFIED );
sbSizerLayersTable->Add( m_flexRightColumnBoxSizer, 1, wxEXPAND, 5 );
}
wxFlexGridSizer* flexColumnBoxSizer = m_flexLeftColumnBoxSizer;