I just updated from 3.2.3 to 3.5, and noticed that the text-align I had on some COMMENT items were showing up left-aligned instead of right when overridden with the local setting.
for COMMENTs use the ‘align’ option. The COMMENT item, being a wide item, uses the display text, which uses the ‘align’ option. Non-wide items use the text-align option for the left column.
I think my confusion stemmed from not realizing that wide items behave differently in general, and the descriptions of align and text-align in the Common Options section of the manual. Particularly where text-align says it overrides any align setting:
1
2
3
4
5
6
7
align Align both columns text.Overrides the globalsetting.
0=left align(default),1=right align
text-align Align the left column title text.Overrides the globalsetting
andany ALIGN setting.
0=left align(default),1=right align
Perhaps a note about text-align not being applicable to wide items, and a note that COMMENT is a wide item would be helpful.