diff options
| author | selsta <selsta@sent.at> | 2019-04-25 23:41:17 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2019-04-29 13:38:20 +0200 |
| commit | b2a7cb3d40f3712fd0583a2221dea3edacdd4928 (patch) | |
| tree | d8f4f8c0f74909f80b46f11ba14f3d97c7d135d7 /components/StandardDialog.qml | |
| parent | ff6ce6294b561a6f15769a8e7a8270d57d02f8de (diff) | |
| download | monzero-gui-b2a7cb3d40f3712fd0583a2221dea3edacdd4928.tar.gz monzero-gui-b2a7cb3d40f3712fd0583a2221dea3edacdd4928.tar.xz monzero-gui-b2a7cb3d40f3712fd0583a2221dea3edacdd4928.zip | |
macOS: enable fullscreen support
Diffstat (limited to 'components/StandardDialog.qml')
| -rw-r--r-- | components/StandardDialog.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/StandardDialog.qml b/components/StandardDialog.qml index b8694d9d..338d6767 100644 --- a/components/StandardDialog.qml +++ b/components/StandardDialog.qml @@ -86,7 +86,6 @@ Rectangle { root.x = parent.width/2 - root.width/2 root.y = 100 } - show() root.z = 11 root.visible = true; } |
