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. 5
      src/ui/MainRootWindow.qml

5
src/ui/MainRootWindow.qml

@ -342,8 +342,9 @@ ApplicationWindow { @@ -342,8 +342,9 @@ ApplicationWindow {
}
ColumnLayout {
width: innerLayout.width
spacing: 0
width: innerLayout.width
spacing: 0
Layout.alignment: Qt.AlignHCenter
QGCLabel {
id: versionLabel

Loading…
Cancel
Save