How to align multiline text label so that each line starts from the right?
How to align multiline text label so that each line starts from the right? My label is from a binding, which splits the line with \n or two, but that defaults to the lines being centered. It helps some to add tabs to the label with \t, but it is not precise enough. Scripting?
Oh, found it! I just simply need to set the Horizontal alignment in the item’s Box settings.