mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-26 08:18:08 +00:00
fix(ui/views/App/Main/Dialogs/About): display app version before qt version
This commit is contained in:
parent
3eef25ae07
commit
b757f15215
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue