Browse Source

Center Version on Select Tool popup (#10161)

QGC4.4
holden-zenith 3 years ago committed by GitHub
parent
commit
b50495537a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/ui/MainRootWindow.qml

1
src/ui/MainRootWindow.qml

@ -344,6 +344,7 @@ ApplicationWindow { @@ -344,6 +344,7 @@ ApplicationWindow {
ColumnLayout {
width: innerLayout.width
spacing: 0
Layout.alignment: Qt.AlignHCenter
QGCLabel {
id: versionLabel

Loading…
Cancel
Save