The header column cut off too soon on Align.RIGHT

So I set the ColumnAlignment and ColumnExpandRatio

tableIzvajalci.setColumnAlignment("Cena (€)", Table.Align.RIGHT);

tableIzvajalci.setColumnExpandRatio("Naziv", 1);

My problem appears in the header and it is where I have Table.Align.RIGHT, the last character disappear.