← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

Re: [Merge] lp:~mcintire-evan/music-app/songs-fastscroll into lp:music-app

 

Try using

anchors {
  left: parent.left
  leftMargin: units.gu(1)
  right: parent.right
  rightMargin: units.gu(1)
  verticalCenter: parent.verticalCenter
}

Its probably because it doesn't have anything to bind to on the left side, so then just uses the x value.
By then setting left: parent.left that should then let you use leftMargin.
-- 
https://code.launchpad.net/~mcintire-evan/music-app/songs-fastscroll/+merge/281471
Your team Music App Developers is subscribed to branch lp:music-app.


References