If it's possible, could vertical alignment be added to text labels?
This would be really handy for custom UI positioning, as due to every element being grid locked, its not possible to manually position the text element, and with the text always being locked to the top of a text label, it's impossible to position text in the center of other elements.
For example, this image shows a text label widget over a progress bar widget, but due to the always top aligned nature of the text label, the text is either above (or if you press new line, below) the bar.
being able to center the text in the middle of its own element would then center it on the progress bar too, or whichever element is below the text widget.