<div dir="ltr"><div><div>Hi,<br><br>I have tried to search a solution to this problem, but didn't found any reason why this now work. I have a next code inside SilicaFlickable:<br><br>Column {<br> id: column<br>
<br> width: page.width<br> spacing: Theme.paddingLarge<br><br> PageHeader {<br> title: qsTr("Short example")<br> }<br><br> SectionHeader {<br>
text: qsTr("Magnificent information")<br> }<br><br> Label {<br> anchors.horizontalCenter: parent.horizontalCenter<br> color: Theme.secondaryHighlightColor<br>
font.pixelSize: Theme.fontSizeSmall<br> text: "Loreum"<br> }<br> Label {<br> anchors.horizontalCenter: parent.horizontalCenter<br> <span style="color:rgb(204,0,0)">anchors.bottomMargin: 3*Theme.paddingLarge<br>
</span> text: "Ipsum"<br> font.pixelSize: Theme.fontSizeLarge<br> color: Theme.highlightColor<br> }<br> Label {<br> anchors.horizontalCenter: parent.horizontalCenter<br>
color: Theme.secondaryHighlightColor<br> font.pixelSize: Theme.fontSizeSmall<br> text: "dolor"<br> }<br>}<span class="sew6a16zja05azj"></span><span class="sew6a16zja05azj"></span><br>
<br></div>Why the margins doesn't take an effect? Is there any other way to get a bigger margin between "header" and "value" label?<br><br></div>Regards,<br>Juukks<br></div>