<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
you can't use any vertical anchors inside column<br>
and your Labels lack of "width" property also ;)<br>
<br>
<div class="moz-cite-prefix">12.06.2014 01:14, Jukka Heikkilä пишет:<br>
</div>
<blockquote
cite="mid:CACKEAnFmxTS+zbd=RKVrOqmSnici2n2STJATfWCHu_N9tcKb4w@mail.gmail.com"
type="cite">
<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>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
SailfishOS.org Devel mailing list
To unsubscribe, please send a mail to <a class="moz-txt-link-abbreviated" href="mailto:devel-unsubscribe@lists.sailfishos.org">devel-unsubscribe@lists.sailfishos.org</a></pre>
</blockquote>
<br>
</body>
</html>