Component table is left aligned
This commit is contained in:
parent
df2ff50aa2
commit
2a3a699d98
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue