mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 04:57:23 +02:00
center the scroll
This commit is contained in:
parent
f5d07f4186
commit
1ecb01feac
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ Window {
|
||||||
anchors {
|
anchors {
|
||||||
bottom: backgroundImage.top;
|
bottom: backgroundImage.top;
|
||||||
bottomMargin: 2 * hifi.layout.spacing;
|
bottomMargin: 2 * hifi.layout.spacing;
|
||||||
right: backgroundImage.right;
|
horizontalCenter: backgroundImage.horizontalCenter
|
||||||
}
|
}
|
||||||
model: suggestions;
|
model: suggestions;
|
||||||
orientation: ListView.Horizontal;
|
orientation: ListView.Horizontal;
|
||||||
|
|
Loading…
Reference in a new issue