center the scroll

This commit is contained in:
howard-stearns 2016-08-04 12:06:07 -07:00
parent f5d07f4186
commit 1ecb01feac

View file

@ -94,7 +94,7 @@ Window {
anchors {
bottom: backgroundImage.top;
bottomMargin: 2 * hifi.layout.spacing;
right: backgroundImage.right;
horizontalCenter: backgroundImage.horizontalCenter
}
model: suggestions;
orientation: ListView.Horizontal;