diff --git a/interface/resources/qml/windows-uit/ModalFrame.qml b/interface/resources/qml/windows-uit/ModalFrame.qml index 9c2e18d0f4..740f563ba3 100644 --- a/interface/resources/qml/windows-uit/ModalFrame.qml +++ b/interface/resources/qml/windows-uit/ModalFrame.qml @@ -37,14 +37,6 @@ Frame { radius: hifi.dimensions.borderRadius color: hifi.colors.faintGray } - Rectangle { - id: background - anchors.fill: parent - anchors.margins: -4096 - visible: window.visible - color: "#7f7f7f7f"; - radius: 3; - } Text { y: -implicitHeight - iconSize / 2