From e86b36b00f9b98e8b611a74b09fc44bb52843d70 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Tue, 23 Feb 2016 13:12:29 +1300 Subject: [PATCH] Don't whitewash screen when modal dialog is displayed Focus shadow is used instead. --- interface/resources/qml/windows-uit/ModalFrame.qml | 8 -------- 1 file changed, 8 deletions(-) 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