aboutsummaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2019-04-30 15:22:41 -0500
committerluigi1111 <luigi1111w@gmail.com>2019-04-30 15:22:41 -0500
commit7daff4c13a7a4b5bc7793169a291f7403bfc658f (patch)
treea52c00bc7da02a64b7d37cb7e7248ef2d31424a2 /components
parent6b54017f08cdd1939447cc60000dc004fb391fe0 (diff)
parentb2a7cb3d40f3712fd0583a2221dea3edacdd4928 (diff)
downloadmonzero-gui-7daff4c13a7a4b5bc7793169a291f7403bfc658f.tar.gz
monzero-gui-7daff4c13a7a4b5bc7793169a291f7403bfc658f.tar.xz
monzero-gui-7daff4c13a7a4b5bc7793169a291f7403bfc658f.zip
Merge pull request #2117
b2a7cb3 macOS: enable fullscreen support (selsta)
Diffstat (limited to 'components')
-rw-r--r--components/InputDialog.qml1
-rw-r--r--components/StandardDialog.qml1
2 files changed, 0 insertions, 2 deletions
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;
}