Unified the BoM XLSX vertical align (centered)

This commit is contained in:
Salvador E. Tropea 2021-10-20 13:19:49 -03:00
parent b2afeadc5c
commit 79a363e49f
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ GREY_L = "#f3f3f3"
HEAD_COLOR_R = "#982020"
HEAD_COLOR_G = "#009879"
HEAD_COLOR_B = "#0e4e8e"
DEFAULT_FMT = {'text_wrap': True, 'align': 'center_across', 'valign': 'vjustify'}
DEFAULT_FMT = {'text_wrap': True, 'align': 'center_across', 'valign': 'vcenter'}
KICOST_COLUMNS = {'refs': ColumnList.COL_REFERENCE,
'desc': ColumnList.COL_DESCRIPTION,
'qty': ColumnList.COL_GRP_BUILD_QUANTITY}