**Current behaviour** As you can see, currently text is always vertically centered. This is hardcoded here: https://github.com/fifengine/fifechan/blob/master/src/widgets/label.cpp#L134  **What I want** Be able to specify the vertical alignment, similar to what is possible with horizontal alignment right now. ``` setAlignment(top); setAlignment(center); setAlignment(bottom); ```