Component table is left aligned

This commit is contained in:
Oliver 2017-05-15 17:31:06 +10:00 committed by Wayne Stambaugh
parent df2ff50aa2
commit 2a3a699d98
1 changed files with 1 additions and 1 deletions

View File

@ -787,7 +787,7 @@ wxDataViewColumn* BOM_TABLE_MODEL::AddColumn( BOM_COLUMN* aColumn, int aPosition
renderer,
aColumn->Id(),
150, //TODO - variable default width?
wxAlignment( wxALIGN_CENTER ),
wxAlignment( wxALIGN_LEFT ),
flags );
// Work out where to insert the column