From b2a7cb3d40f3712fd0583a2221dea3edacdd4928 Mon Sep 17 00:00:00 2001 From: selsta Date: Thu, 25 Apr 2019 23:41:17 +0200 Subject: macOS: enable fullscreen support --- components/InputDialog.qml | 1 - components/StandardDialog.qml | 1 - 2 files changed, 2 deletions(-) (limited to 'components') diff --git a/components/InputDialog.qml b/components/InputDialog.qml index 6401b0ce..01d1e2c5 100644 --- a/components/InputDialog.qml +++ b/components/InputDialog.qml @@ -50,7 +50,6 @@ Item { leftPanel.enabled = false middlePanel.enabled = false titleBar.state = "essentials" - show() root.visible = true; input.focus = true; input.text = ""; 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; } -- cgit v1.2.3