mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ UM.Dialog
|
||||||
{
|
{
|
||||||
id: version
|
id: version
|
||||||
|
|
||||||
text: "Cura %1".arg(UM.Application.version)
|
text: catalog.i18nc("@label","version: %1").arg(UM.Application.version)
|
||||||
font: UM.Theme.getFont("large")
|
font: UM.Theme.getFont("large")
|
||||||
anchors.horizontalCenter : logo.horizontalCenter
|
anchors.horizontalCenter : logo.horizontalCenter
|
||||||
anchors.horizontalCenterOffset : (logo.width * 0.25)
|
anchors.horizontalCenterOffset : (logo.width * 0.25)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue