Hello,

replacing a QPubhsButton in the flowlayout example with a QLabel produces some unexpected results: the label is not vertically centred as it would be with a simple QHBoxLayout (see image of issue attached). I have tried to offset the label by adding QSize to its geometry, setting the size policy to expanding and setting the alignment to centered. But nothing did help. What am I missing? (Using 4.8.6 on CentOS 6.5)

flowlayout.png

Regards

Sebastian