mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:57:59 +02:00
Merge pull request #8494 from howard-stearns/pr-review-comments
pr review comments
This commit is contained in:
commit
ed3b04f97c
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ Window {
|
||||||
// The buttons have their button state changed on hover, so we have to manually fix them up here
|
// The buttons have their button state changed on hover, so we have to manually fix them up here
|
||||||
onBackEnabledChanged: backArrow.buttonState = addressBarDialog.backEnabled ? 1 : 0;
|
onBackEnabledChanged: backArrow.buttonState = addressBarDialog.backEnabled ? 1 : 0;
|
||||||
onForwardEnabledChanged: forwardArrow.buttonState = addressBarDialog.forwardEnabled ? 1 : 0;
|
onForwardEnabledChanged: forwardArrow.buttonState = addressBarDialog.forwardEnabled ? 1 : 0;
|
||||||
onUseFeedChanged: { updateFeedState(); }
|
onUseFeedChanged: updateFeedState();
|
||||||
onReceivedHifiSchemeURL: resetAfterTeleport();
|
onReceivedHifiSchemeURL: resetAfterTeleport();
|
||||||
|
|
||||||
ListModel { id: suggestions }
|
ListModel { id: suggestions }
|
||||||
|
@ -109,7 +109,7 @@ Window {
|
||||||
highlightMoveDuration: -1;
|
highlightMoveDuration: -1;
|
||||||
highlightMoveVelocity: -1;
|
highlightMoveVelocity: -1;
|
||||||
highlight: Rectangle { color: "transparent"; border.width: 4; border.color: "#1DB5ED"; z: 1; }
|
highlight: Rectangle { color: "transparent"; border.width: 4; border.color: "#1DB5ED"; z: 1; }
|
||||||
leftMargin: 50; // Start the first item over be about the same amount as the last item peeks through on the other side.
|
leftMargin: 50; // Start the first item over by about the same amount as the last item peeks through on the other side.
|
||||||
rightMargin: 50;
|
rightMargin: 50;
|
||||||
}
|
}
|
||||||
Image { // Just a visual indicator that the user can swipe the cards over to see more.
|
Image { // Just a visual indicator that the user can swipe the cards over to see more.
|
||||||
|
|
Loading…
Reference in a new issue