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

Reply via email to