The default template automatically right-justifies everything in the left column, and left-justifies everything in the right column. There's no way to adjust that with a macro or anything in-game.
However, you can use the Stylus extension to modify the display for your own computer.
You could cause them to sit centrally by pretending that the first button is a label and the second is the value:
/w gm &{template:default}{{name=Initiative Menu}}{{[Group](!group-init)=[Inidividual](!#Initiative)}}
Or you could fake left justification by padding the right hand side with a bunch of non-breaking spaces:
/w gm &{template:default}{{name=Initiative Menu}}{{[Group](!group-init) [Inidividual](!#Initiative) }}
The latter being much more hacky and less stable than the former ;)
Ziechael said:
You could cause them to sit centrally by pretending that the first button is a label and the second is the value:
/w gm &{template:default}{{name=Initiative Menu}}{{[Group](!group-init)=[Inidividual](!#Initiative)}}Or you could fake left justification by padding the right hand side with a bunch of non-breaking spaces:
/w gm &{template:default}{{name=Initiative Menu}}{{[Group](!group-init) [Inidividual](!#Initiative) }}The latter being much more hacky and less stable than the former ;)
Thank you! I tried the first solution you suggested but then I got annoyed with the lack of bold formatting. I suppose I will have to survive or jam some spaces in.