diff --git a/src/ui/MainRootWindow.qml b/src/ui/MainRootWindow.qml index 391ea86..879e128 100644 --- a/src/ui/MainRootWindow.qml +++ b/src/ui/MainRootWindow.qml @@ -342,8 +342,9 @@ ApplicationWindow { } ColumnLayout { - width: innerLayout.width - spacing: 0 + width: innerLayout.width + spacing: 0 + Layout.alignment: Qt.AlignHCenter QGCLabel { id: versionLabel