mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-17 03:37:48 -06:00
Fix typo in LayerView.qml
CURA-3799
This commit is contained in:
parent
f95bd1b47f
commit
3ffa274050
1 changed files with 2 additions and 2 deletions
|
@ -324,10 +324,10 @@ Item
|
|||
Label {
|
||||
text: label
|
||||
visible: view_settings.show_legend
|
||||
id: typesLegenModelLabel
|
||||
id: typesLegendModelLabel
|
||||
Rectangle {
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
anchors.right: typesLegenModelLabel.right
|
||||
anchors.right: typesLegendModelLabel.right
|
||||
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
||||
width: UM.Theme.getSize("layerview_legend_size").width
|
||||
height: UM.Theme.getSize("layerview_legend_size").height
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue