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,
|
renderer,
|
||||||
aColumn->Id(),
|
aColumn->Id(),
|
||||||
150, //TODO - variable default width?
|
150, //TODO - variable default width?
|
||||||
wxAlignment( wxALIGN_CENTER ),
|
wxAlignment( wxALIGN_LEFT ),
|
||||||
flags );
|
flags );
|
||||||
|
|
||||||
// Work out where to insert the column
|
// Work out where to insert the column
|
||||||
|
|
Loading…
Reference in New Issue