From 02d3666d861117539786eb799ddff786b3220bf4 Mon Sep 17 00:00:00 2001 From: howard-stearns Date: Mon, 22 Aug 2016 09:58:27 -0700 Subject: [PATCH] code review cleanup --- interface/resources/qml/AddressBarDialog.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/resources/qml/AddressBarDialog.qml b/interface/resources/qml/AddressBarDialog.qml index 8f605f05a1..7be7c2c83b 100644 --- a/interface/resources/qml/AddressBarDialog.qml +++ b/interface/resources/qml/AddressBarDialog.qml @@ -72,7 +72,7 @@ Window { // 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; onForwardEnabledChanged: forwardArrow.buttonState = addressBarDialog.forwardEnabled ? 1 : 0; - onUseFeedChanged: { updateFeedState(); } + onUseFeedChanged: updateFeedState(); onReceivedHifiSchemeURL: resetAfterTeleport(); ListModel { id: suggestions } @@ -109,7 +109,7 @@ Window { highlightMoveDuration: -1; highlightMoveVelocity: -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; } Image { // Just a visual indicator that the user can swipe the cards over to see more.