mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 02:45:55 +08:00
Adjusted menu, added View Mode: Layers. CURA-3321
This commit is contained in:
parent
fa1b332733
commit
8b7aee1664
@ -25,11 +25,22 @@ Item
|
|||||||
|
|
||||||
Label
|
Label
|
||||||
{
|
{
|
||||||
id: layerViewTypesLabel
|
id: layersLabel
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
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")
|
text: catalog.i18nc("@label","Color scheme")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -295,7 +295,7 @@
|
|||||||
"slider_layerview_background": [4.0, 0.0],
|
"slider_layerview_background": [4.0, 0.0],
|
||||||
"slider_layerview_margin": [3.0, 3.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],
|
"checkbox": [2.0, 2.0],
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user