ngraham added a comment.

  Also, if it's preferable to position the item with anchors rather than 
specifying with x and y, I can do that too:
  
    anchors {
        left:   tabPosition == Qt.LeftEdge   ? undefined : buttonCutter.left
        right:  tabPosition == Qt.RightEdge  ? undefined : buttonCutter.right
        top:    tabPosition == Qt.TopEdge    ? undefined : buttonCutter.top
        bottom: tabPosition == Qt.BottomEdge ? undefined : buttonCutter.bottom
    }

REPOSITORY
  R242 Plasma Framework (Library)

REVISION DETAIL
  https://phabricator.kde.org/D15194

To: ngraham, #plasma
Cc: kde-frameworks-devel, michaelh, ngraham, bruns

Reply via email to