D15194: Draw a line separating PlasmaComponents tab bar from its content area
Nathaniel Graham
noreply at phabricator.kde.org
Sat Sep 1 05:40:47 BST 2018
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180901/a6e89be6/attachment.html>
More information about the Kde-frameworks-devel
mailing list