mirror of
https://github.com/overte-org/overte.git
synced 2025-04-26 03:56:11 +02:00
Don't whitewash screen when modal dialog is displayed
Focus shadow is used instead.
This commit is contained in:
parent
f7654dce05
commit
e86b36b00f
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue