Merge pull request #8494 from howard-stearns/pr-review-comments

pr review comments
This commit is contained in:
Howard Stearns 2016-08-22 09:59:45 -07:00 committed by GitHub
commit ed3b04f97c

View file

@ -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.