mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:37:17 +02:00
removed more qml log errors
This commit is contained in:
parent
773ade5b61
commit
9d5f392be3
1 changed files with 2 additions and 2 deletions
|
@ -58,14 +58,14 @@ Column {
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: shadow
|
id: shadow
|
||||||
width: frame ? frame.width: 480
|
width: 480
|
||||||
height: 1
|
height: 1
|
||||||
color: hifi.colors.baseGrayShadow
|
color: hifi.colors.baseGrayShadow
|
||||||
x: -hifi.dimensions.contentMargin.x
|
x: -hifi.dimensions.contentMargin.x
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
width: 480//480frame ? frame.width : 480
|
width: 480
|
||||||
height: 1
|
height: 1
|
||||||
color: hifi.colors.baseGrayHighlight
|
color: hifi.colors.baseGrayHighlight
|
||||||
x: -hifi.dimensions.contentMargin.x
|
x: -hifi.dimensions.contentMargin.x
|
||||||
|
|
Loading…
Reference in a new issue