aboutsummaryrefslogtreecommitdiff
path: root/components/InputDialog.qml
diff options
context:
space:
mode:
Diffstat (limited to 'components/InputDialog.qml')
-rw-r--r--components/InputDialog.qml8
1 files changed, 0 insertions, 8 deletions
diff --git a/components/InputDialog.qml b/components/InputDialog.qml
index 5119c9fc..7cb37ef4 100644
--- a/components/InputDialog.qml
+++ b/components/InputDialog.qml
@@ -153,12 +153,4 @@ Item {
}
}
}
-
- Rectangle {
- id: bg
- z: parent.z + 1
- anchors.fill: parent
- color: "black"
- opacity: 0.8
- }
}