Don't whitewash screen when modal dialog is displayed

Focus shadow is used instead.
This commit is contained in:
David Rowe 2016-02-23 13:12:29 +13:00
parent f7654dce05
commit e86b36b00f

View file

@ -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