mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 06:39:09 +08:00
QML: Remove name of application
For me having "Cura" under the logo actually doesn't make sense, as it is quite obvious by the logo that we are talking about _Cura_ here. So in my opinion we can prefix the application version here with "version: " instead. Untested but it should work (fingers crossed)
This commit is contained in:
parent
a1acfe167c
commit
70c6b3acb8
@ -40,7 +40,7 @@ UM.Dialog
|
||||
{
|
||||
id: version
|
||||
|
||||
text: "Cura %1".arg(UM.Application.version)
|
||||
text: catalog.i18nc("@label","version: %1").arg(UM.Application.version)
|
||||
font: UM.Theme.getFont("large")
|
||||
anchors.horizontalCenter : logo.horizontalCenter
|
||||
anchors.horizontalCenterOffset : (logo.width * 0.25)
|
||||
|
Loading…
x
Reference in New Issue
Block a user