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
_______________________________________________
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel

Reply via email to