From 62285b01dc77ef14e4b5b9cc291e34162321ad89 Mon Sep 17 00:00:00 2001 From: dsc Date: Thu, 25 Apr 2019 21:09:23 +0200 Subject: Remove scaleRatio --- wizard/WizardCreateWallet2.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wizard/WizardCreateWallet2.qml') diff --git a/wizard/WizardCreateWallet2.qml b/wizard/WizardCreateWallet2.qml index f3dd60bc..e921dc04 100644 --- a/wizard/WizardCreateWallet2.qml +++ b/wizard/WizardCreateWallet2.qml @@ -51,7 +51,7 @@ Rectangle { Layout.topMargin: wizardController.wizardSubViewTopMargin Layout.maximumWidth: wizardController.wizardSubViewWidth Layout.alignment: Qt.AlignHCenter - spacing: 0 * scaleRatio + spacing: 0 WizardAskPassword { id: passwordFields -- cgit v1.2.3