mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Fix typo in label ID
This commit is contained in:
parent
c2e6bb8bc6
commit
161b200a67
@ -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@"
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user