mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-03 20:13:56 -06:00
Adjusted menu, added View Mode: Layers. CURA-3321
This commit is contained in:
parent
fa1b332733
commit
8b7aee1664
2 changed files with 13 additions and 2 deletions
|
@ -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")
|
||||
}
|
||||
|
||||
|
|
|
@ -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],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue