[Differential] [Commented On] D2240: Anchors in a layout item is always wrong

davidedmundson (David Edmundson) noreply at phabricator.kde.org
Mon Jul 25 12:30:30 UTC 2016


davidedmundson added a comment.


  It doesn't need changes, it's already aligned right implicitly.

INLINE COMMENTS

> apol wrote in WidgetExplorer.qml:264
> If it needs to be aligned to the right, shouldn't it have a `Layout.alignment: Qt.AlignRight`?

It already effectively is.

It's RowLayout {

  Item{
      FillWidth:true
  }
  Button {
  }  

Button {

  }

Button {

    //this one here
  }

}

REPOSITORY
  rPLASMADESKTOP Plasma Desktop

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

EMAIL PREFERENCES
  https://phabricator.kde.org/settings/panel/emailpreferences/

To: davidedmundson, #plasma, sebas
Cc: apol, plasma-devel, jensreuterberg, abetts, sebas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20160725/2d368f9c/attachment.html>


More information about the Plasma-devel mailing list