mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Renamed some missed properties
CL-541
This commit is contained in:
parent
6f495f2d8b
commit
c6f2e167e2
1 changed files with 2 additions and 2 deletions
|
|
@ -132,7 +132,7 @@ Rectangle
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
width: Math.floor(parent.width / 2 - UM.Theme.getSize("default_margin").width - showCameraIcon.width)
|
width: Math.floor(parent.width / 2 - UM.Theme.getSize("default_margin").width - showCameraIcon.width)
|
||||||
text: printer.friendly_name
|
text: printer.name
|
||||||
font: UM.Theme.getFont("default_bold")
|
font: UM.Theme.getFont("default_bold")
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
}
|
}
|
||||||
|
|
@ -142,7 +142,7 @@ Rectangle
|
||||||
id: printerTypeLabel
|
id: printerTypeLabel
|
||||||
anchors.top: printerNameLabel.bottom
|
anchors.top: printerNameLabel.bottom
|
||||||
width: Math.floor(parent.width / 2 - UM.Theme.getSize("default_margin").width)
|
width: Math.floor(parent.width / 2 - UM.Theme.getSize("default_margin").width)
|
||||||
text: printer.machine_variant
|
text: printer.type
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
font: UM.Theme.getFont("very_small")
|
font: UM.Theme.getFont("very_small")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue