aboutsummaryrefslogtreecommitdiff
path: root/components/StandardDialog.qml
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2019-04-25 23:41:17 +0200
committerselsta <selsta@sent.at>2019-04-29 13:38:20 +0200
commitb2a7cb3d40f3712fd0583a2221dea3edacdd4928 (patch)
treed8f4f8c0f74909f80b46f11ba14f3d97c7d135d7 /components/StandardDialog.qml
parentff6ce6294b561a6f15769a8e7a8270d57d02f8de (diff)
downloadmonzero-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.qml1
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;
}