mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Add padding below section titles
CURA-9424
This commit is contained in:
parent
7171249d3f
commit
b1e559ff1a
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ Item
|
||||||
{
|
{
|
||||||
id: sectionTitleRow
|
id: sectionTitleRow
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.bottomMargin: UM.Theme.getSize("default_margin").height
|
bottomPadding: UM.Theme.getSize("default_margin").height
|
||||||
spacing: UM.Theme.getSize("default_margin").width
|
spacing: UM.Theme.getSize("default_margin").width
|
||||||
|
|
||||||
UM.ColorImage
|
UM.ColorImage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue