D12855: Move Widget search field to its own row so it doesn't get compressed
David Edmundson
noreply at phabricator.kde.org
Wed May 23 23:35:18 UTC 2018
davidedmundson added a comment.
Much nicer
> what's the most-correct and most-effective QML method to add a bit of padding around these elements?
if you're using anchors, which I think is the case here
TextField
{
anchors.top: topBar.bottom
anchors.topMargin: someAmazingValue
}
alternatively if everything is within a layout
ColumnLayout {
spacing : someAwesomeValueHere
TheTopHeader {}
TextField{}
}
REPOSITORY
R119 Plasma Desktop
REVISION DETAIL
https://phabricator.kde.org/D12855
To: sharvey, ngraham, davidedmundson, #plasma
Cc: abetts, plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20180523/70526c81/attachment.html>
More information about the Plasma-devel
mailing list