diff options
| author | selsta <selsta@sent.at> | 2019-12-20 03:37:52 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-12-20 03:37:52 +0100 |
| commit | f8262b0d275086021d99bf69b58c895d1ef9028f (patch) | |
| tree | 9b7a059bb6cd00e202741132368461455085fc62 /wizard/WizardController.qml | |
| parent | 500c7ec82e1d0d8b0f1fb45e2649a7795d4e5a22 (diff) | |
| download | monzero-gui-f8262b0d275086021d99bf69b58c895d1ef9028f.tar.gz monzero-gui-f8262b0d275086021d99bf69b58c895d1ef9028f.tar.xz monzero-gui-f8262b0d275086021d99bf69b58c895d1ef9028f.zip | |
misc: cleanup unused variables and comments
Diffstat (limited to 'wizard/WizardController.qml')
| -rw-r--r-- | wizard/WizardController.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml index d192bc8d..ddda6209 100644 --- a/wizard/WizardController.qml +++ b/wizard/WizardController.qml @@ -115,8 +115,6 @@ Rectangle { // recovery made (restore wallet) property string walletRestoreMode: 'seed' // seed, keys, qr - // flickable margin - property int flickableHeightMargin: 200 property int layoutScale: { if(appWindow.width < 800){ |
