mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
minor fix to align setting visibility with settings
This commit is contained in:
parent
5499a4cc4c
commit
4f2e7116b7
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue