diff options
| author | selsta <selsta@sent.at> | 2019-04-03 20:42:24 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-04-03 20:42:24 +0200 |
| commit | 6833275b2a70bc3853049d177b65d2acf2cc536d (patch) | |
| tree | 133b5267e255326f63e8000dc8b3e761281cbeb7 /wizard | |
| parent | 19c2208dc447ccb5ba9ff990cbdd6ecf6b96f23d (diff) | |
| download | monzero-gui-6833275b2a70bc3853049d177b65d2acf2cc536d.tar.gz monzero-gui-6833275b2a70bc3853049d177b65d2acf2cc536d.tar.xz monzero-gui-6833275b2a70bc3853049d177b65d2acf2cc536d.zip | |
wizard: small UI fix
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardCreateDevice1.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wizard/WizardCreateDevice1.qml b/wizard/WizardCreateDevice1.qml index 9ad2ca33..2f91fca8 100644 --- a/wizard/WizardCreateDevice1.qml +++ b/wizard/WizardCreateDevice1.qml @@ -148,6 +148,7 @@ Rectangle { Layout.topMargin: 10 * scaleRatio Layout.fillWidth: true + z: 3 ColumnLayout{ MoneroComponents.StandardDropdown { |
