=========================================== QT has a open bug regarding filling the contents of a QMenu in aboutShow: https://bugreports.qt.io/browse/QTBUG-54421 This commit presents a work-around this bug. The two step procedure of this commit, forces a recalculation of the size from the slot and then manually moves the widget to the right position.