removed more qml log errors

This commit is contained in:
Dante Ruiz 2017-02-14 15:45:01 +00:00
parent 773ade5b61
commit 9d5f392be3

View file

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