diff options
| author | dsc <xmrdsc@protonmail.com> | 2019-04-25 21:09:23 +0200 |
|---|---|---|
| committer | dsc <xmrdsc@protonmail.com> | 2019-04-25 21:09:23 +0200 |
| commit | 62285b01dc77ef14e4b5b9cc291e34162321ad89 (patch) | |
| tree | 5ced9d312817ca03be17c242d1e2bd478b4fd1e5 /wizard/WizardWalletInput.qml | |
| parent | e1c429110f5f2321ad0113a8097eab966d935dcd (diff) | |
| download | monzero-gui-62285b01dc77ef14e4b5b9cc291e34162321ad89.tar.gz monzero-gui-62285b01dc77ef14e4b5b9cc291e34162321ad89.tar.xz monzero-gui-62285b01dc77ef14e4b5b9cc291e34162321ad89.zip | |
Remove scaleRatio
Diffstat (limited to 'wizard/WizardWalletInput.qml')
| -rw-r--r-- | wizard/WizardWalletInput.qml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/wizard/WizardWalletInput.qml b/wizard/WizardWalletInput.qml index d67dfcd1..e0d705cf 100644 --- a/wizard/WizardWalletInput.qml +++ b/wizard/WizardWalletInput.qml @@ -40,7 +40,7 @@ GridLayout { property alias walletName: walletName property alias walletLocation: walletLocation - columnSpacing: 20 * scaleRatio + columnSpacing: 20 columns: 3 function verify() { @@ -71,8 +71,8 @@ GridLayout { } labelText: qsTr("Wallet name") + translationManager.emptyString - labelFontSize: 14 * scaleRatio - placeholderFontSize: 16 * scaleRatio + labelFontSize: 14 + placeholderFontSize: 16 placeholderText: "-" text: defaultAccountName @@ -85,9 +85,9 @@ GridLayout { Layout.fillWidth: true labelText: qsTr("Wallet location") + translationManager.emptyString - labelFontSize: 14 * scaleRatio + labelFontSize: 14 placeholderText: "..." - placeholderFontSize: 16 * scaleRatio + placeholderFontSize: 16 text: moneroAccountsDir + "/" inlineButton.small: true inlineButtonText: qsTr("Browse") + translationManager.emptyString |
