mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Add margins between label and content
CURA-6435
This commit is contained in:
parent
4876d5af00
commit
3bec7cdf8b
1 changed files with 1 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ Item
|
||||||
anchors
|
anchors
|
||||||
{
|
{
|
||||||
top: titleLabel.bottom
|
top: titleLabel.bottom
|
||||||
|
topMargin: UM.Theme.getSize("default_margin").height
|
||||||
bottom: nextButton.top
|
bottom: nextButton.top
|
||||||
bottomMargin: UM.Theme.getSize("default_margin").height
|
bottomMargin: UM.Theme.getSize("default_margin").height
|
||||||
left: parent.left
|
left: parent.left
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue