mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
no scroll margins
This commit is contained in:
parent
0876dbc809
commit
fcbf4f421a
1 changed files with 0 additions and 2 deletions
|
@ -120,8 +120,6 @@ Window {
|
|||
highlightMoveDuration: -1;
|
||||
highlightMoveVelocity: -1;
|
||||
highlight: Rectangle { color: "transparent"; border.width: 4; border.color: "#1DB5ED"; z: 1; }
|
||||
leftMargin: 50; // Start the first item over by about the same amount as the last item peeks through on the other side.
|
||||
rightMargin: 50;
|
||||
}
|
||||
Image { // Just a visual indicator that the user can swipe the cards over to see more.
|
||||
source: "../images/Swipe-Icon-single.svg"
|
||||
|
|
Loading…
Reference in a new issue