mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-09-02 15:01:49 -06:00
Uranium fixing API breaks.
deprecated message shows up when user uses it. will remove them in future CURA-7812
This commit is contained in:
parent
92aca0d8bd
commit
34da282275
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ UM.Dialog
|
||||||
UM.Label
|
UM.Label
|
||||||
{
|
{
|
||||||
id: version
|
id: version
|
||||||
text: catalog.i18nc("@label","version: %1").arg(CuraApplication.applicationVersion())
|
text: catalog.i18nc("@label","version: %1").arg(CuraApplication.version())
|
||||||
font: UM.Theme.getFont("large_bold")
|
font: UM.Theme.getFont("large_bold")
|
||||||
color: UM.Theme.getColor("button_text")
|
color: UM.Theme.getColor("button_text")
|
||||||
anchors.right : logo.right
|
anchors.right : logo.right
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue