diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-07-18 18:26:34 +0200 |
|---|---|---|
| committer | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-07-18 18:28:00 +0200 |
| commit | 9872689abeae2a684283e1a8271da1422ed275ac (patch) | |
| tree | c2636d20f812816fd4f98395fcbce90d4c0f9376 /components | |
| parent | 6be5e5731e3b1c59c518cb8dcf81dc7d3540321a (diff) | |
| download | monzero-gui-9872689abeae2a684283e1a8271da1422ed275ac.tar.gz monzero-gui-9872689abeae2a684283e1a8271da1422ed275ac.tar.xz monzero-gui-9872689abeae2a684283e1a8271da1422ed275ac.zip | |
Fixes some javascript errors
Diffstat (limited to 'components')
| -rw-r--r-- | components/InputDialog.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/InputDialog.qml b/components/InputDialog.qml index fd1c3e3d..e51a16db 100644 --- a/components/InputDialog.qml +++ b/components/InputDialog.qml @@ -65,7 +65,7 @@ Item { } ColumnLayout { - z: bg.z + 1 + z: parent.z + 1 id: mainLayout spacing: 10 anchors { fill: parent; margins: 35 } |
