mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix spacing vertical between Recommended sections and setting items.
CURA-9793
This commit is contained in:
parent
680a86c896
commit
dbf2ae4f60
5 changed files with 28 additions and 22 deletions
|
|
@ -77,9 +77,13 @@ Item
|
|||
{
|
||||
id: settingColumn
|
||||
width: parent.width
|
||||
spacing: 0
|
||||
spacing: UM.Theme.getSize("thin_margin").height
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.top: sectionHeader.bottom
|
||||
anchors.topMargin: UM.Theme.getSize("narrow_margin").height
|
||||
|
||||
Layout.preferredHeight: UM.Theme.getSize("recommended_section_setting_item").height
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue