mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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 {
|
||||
id: shadow
|
||||
width: frame ? frame.width: 480
|
||||
width: 480
|
||||
height: 1
|
||||
color: hifi.colors.baseGrayShadow
|
||||
x: -hifi.dimensions.contentMargin.x
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
width: 480//480frame ? frame.width : 480
|
||||
width: 480
|
||||
height: 1
|
||||
color: hifi.colors.baseGrayHighlight
|
||||
x: -hifi.dimensions.contentMargin.x
|
||||
|
|
Loading…
Reference in a new issue