From ebcab010bbf1eeaed0a0c734460a038bdbe374b8 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Mon, 30 Jan 2017 10:37:14 +0100 Subject: Wizard: mobile redesign --- wizard/WizardRecoveryWallet.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wizard/WizardRecoveryWallet.qml') diff --git a/wizard/WizardRecoveryWallet.qml b/wizard/WizardRecoveryWallet.qml index 34fd580e..f0ec0e6d 100644 --- a/wizard/WizardRecoveryWallet.qml +++ b/wizard/WizardRecoveryWallet.qml @@ -29,9 +29,10 @@ import QtQuick 2.2 import QtQuick.Dialogs 1.2 import moneroComponents.Wallet 1.0 +import QtQuick.Layouts 1.1 import 'utils.js' as Utils -Item { +ColumnLayout { opacity: 0 visible: false @@ -109,7 +110,6 @@ Item { id: uiItem accountNameText: defaultAccountName titleText: qsTr("Restore wallet") + translationManager.emptyString - wordsTextTitle: qsTr("Enter your 25 word mnemonic seed:") + translationManager.emptyString wordsTextItem.clipboardButtonVisible: false wordsTextItem.tipTextVisible: false wordsTextItem.memoTextReadOnly: false -- cgit v1.2.3