diff options
Diffstat (limited to 'components')
| -rw-r--r-- | components/InputDialog.qml | 1 | ||||
| -rw-r--r-- | components/StandardDialog.qml | 1 |
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; } |
