Commit b757f152 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(ui/views/App/Main/Dialogs/About): display app version before qt version

parent 3eef25ae
......@@ -52,7 +52,7 @@ DialogPlus {
color: AboutStyle.versionsBlock.appVersion.color
selectByMouse: true
font.pointSize: AboutStyle.versionsBlock.appVersion.pointSize
text: 'Desktop Qt' + App.qtVersion + ' - ' + Qt.application.version
text: 'Desktop ' + Qt.application.version + ' - Qt' + App.qtVersion
height: parent.height / 2
width: parent.width
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment