mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Display the actual application version in the about dialog
This helps people reporting issues since they can report the proper application version
This commit is contained in:
parent
8130bae4c0
commit
0bcd5d875d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ UM.Dialog {
|
|||
Label {
|
||||
id: version
|
||||
|
||||
text: "Cura 15.06"
|
||||
text: "Cura %1".arg(UM.Application.version)
|
||||
font: UM.Theme.fonts.large
|
||||
anchors.horizontalCenter : logo.horizontalCenter
|
||||
anchors.horizontalCenterOffset : (logo.width * 0.25)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue