Fix typo in LayerView.qml

CURA-3799
This commit is contained in:
Lipu Fei 2017-08-02 10:24:26 +02:00
parent f95bd1b47f
commit 3ffa274050

View File

@ -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