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")
}

View file

@ -295,7 +295,7 @@
"slider_layerview_background": [4.0, 0.0],
"slider_layerview_margin": [3.0, 3.0],
"layerview_menu_size": [11.0, 25.0],
"layerview_menu_size": [12.0, 25.0],
"checkbox": [2.0, 2.0],