mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-10 03:32:25 +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 {
|
||||
bottom: backgroundImage.top;
|
||||
bottomMargin: 2 * hifi.layout.spacing;
|
||||
right: backgroundImage.right;
|
||||
horizontalCenter: backgroundImage.horizontalCenter
|
||||
}
|
||||
model: suggestions;
|
||||
orientation: ListView.Horizontal;
|
||||
|
|
Loading…
Reference in a new issue