mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 03:35:57 +08:00
minor fix to align setting visibility with settings
This commit is contained in:
parent
5499a4cc4c
commit
4f2e7116b7
@ -13,7 +13,7 @@ import "."
|
|||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
id: base
|
id: base
|
||||||
height: enabled ? UM.Theme.getSize("section").height : 0
|
height: enabled ? UM.Theme.getSize("section").height + UM.Theme.getSize("narrow_margin").height : 0
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
|
||||||
|
@ -524,7 +524,7 @@
|
|||||||
|
|
||||||
"extruder_icon": [2.5, 2.5],
|
"extruder_icon": [2.5, 2.5],
|
||||||
|
|
||||||
"section": [0.0, 2.5],
|
"section": [0.0, 2],
|
||||||
"section_header": [0.0, 2.5],
|
"section_header": [0.0, 2.5],
|
||||||
|
|
||||||
"section_control": [0, 1],
|
"section_control": [0, 1],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user