From 7f6773b1f48925c84a940311cb204fcd41687dcd Mon Sep 17 00:00:00 2001 From: vladest Date: Fri, 29 Sep 2017 21:12:21 +0200 Subject: [PATCH] Added semicolons --- .../qml/hifi/commerce/wallet/PassphraseSelection.qml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/interface/resources/qml/hifi/commerce/wallet/PassphraseSelection.qml b/interface/resources/qml/hifi/commerce/wallet/PassphraseSelection.qml index 653f81501c..93341d74cd 100644 --- a/interface/resources/qml/hifi/commerce/wallet/PassphraseSelection.qml +++ b/interface/resources/qml/hifi/commerce/wallet/PassphraseSelection.qml @@ -76,8 +76,8 @@ Item { height: 50; echoMode: TextInput.Password; placeholderText: "enter current passphrase"; - activeFocusOnPress: true - activeFocusOnTab: true + activeFocusOnPress: true; + activeFocusOnTab: true; onFocusChanged: { if (focus) { @@ -103,8 +103,8 @@ Item { height: 50; echoMode: TextInput.Password; placeholderText: root.isShowingTip ? "" : "enter new passphrase"; - activeFocusOnPress: true - activeFocusOnTab: true + activeFocusOnPress: true; + activeFocusOnTab: true; onFocusChanged: { if (focus) { @@ -128,8 +128,8 @@ Item { height: 50; echoMode: TextInput.Password; placeholderText: root.isShowingTip ? "" : "re-enter new passphrase"; - activeFocusOnPress: true - activeFocusOnTab: true + activeFocusOnPress: true; + activeFocusOnTab: true; onFocusChanged: { if (focus) {