Adjusted menu, added View Mode: Layers. CURA-3321

This commit is contained in:
Jack Ha 2017-02-27 14:16:56 +01:00
parent fa1b332733
commit 8b7aee1664
2 changed files with 13 additions and 2 deletions

View file

@ -25,11 +25,22 @@ Item
Label
{
id: layerViewTypesLabel
id: layersLabel
anchors.top: parent.top
anchors.topMargin: UM.Theme.getSize("default_margin").height
anchors.left: parent.left
anchors.leftMargin: UM.Theme.getSize("default_margin").width
text: catalog.i18nc("@label","View Mode: Layers")
font.bold: true
}
Label
{
id: layerViewTypesLabel
anchors.top: layersLabel.bottom
anchors.topMargin: UM.Theme.getSize("default_margin").height
anchors.left: parent.left
anchors.leftMargin: UM.Theme.getSize("default_margin").width
text: catalog.i18nc("@label","Color scheme")
}