Fix typo in label ID

This commit is contained in:
Ghostkeeper 2018-11-09 11:41:43 +01:00
parent c2e6bb8bc6
commit 161b200a67
No known key found for this signature in database
GPG Key ID: 86BEF881AE2CF276
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Copyright (c) 2015 Ultimaker B.V. # Copyright (c) 2018 Ultimaker B.V.
# Cura is released under the terms of the LGPLv3 or higher. # Cura is released under the terms of the LGPLv3 or higher.
CuraAppDisplayName = "@CURA_APP_DISPLAY_NAME@" CuraAppDisplayName = "@CURA_APP_DISPLAY_NAME@"

View File

@ -489,7 +489,7 @@ Column
Label Label
{ {
id: bulidplateLabel id: buildplateLabel
text: catalog.i18nc("@label", "Build plate"); text: catalog.i18nc("@label", "Build plate");
width: Math.floor(parent.width * 0.45 - UM.Theme.getSize("default_margin").width) width: Math.floor(parent.width * 0.45 - UM.Theme.getSize("default_margin").width)
height: parent.height height: parent.height