From 2a3a699d98375568cc4a3d4bbfc178a46e5f4a65 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 15 May 2017 17:31:06 +1000 Subject: [PATCH] Component table is left aligned --- eeschema/bom_table_model.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/bom_table_model.cpp b/eeschema/bom_table_model.cpp index a9a247bfb1..550b561516 100644 --- a/eeschema/bom_table_model.cpp +++ b/eeschema/bom_table_model.cpp @@ -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