From d6427a1efb334fdc7e9a82ef2d61349d4083d36a Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Sat, 28 Apr 2018 18:50:07 +0200 Subject: Fixes undefined references to 'bg', was previously moved to main.inactiveOverlay --- components/InputDialog.qml | 8 -------- 1 file changed, 8 deletions(-) (limited to 'components/InputDialog.qml') 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 - } } -- cgit v1.2.3