From 9d5f392be33f45321eef947d939cf8016e9ebc94 Mon Sep 17 00:00:00 2001 From: Dante Ruiz Date: Tue, 14 Feb 2017 15:45:01 +0000 Subject: [PATCH] removed more qml log errors --- interface/resources/qml/controls-uit/TabletContentSection.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/resources/qml/controls-uit/TabletContentSection.qml b/interface/resources/qml/controls-uit/TabletContentSection.qml index 722d597c54..b065ad2159 100644 --- a/interface/resources/qml/controls-uit/TabletContentSection.qml +++ b/interface/resources/qml/controls-uit/TabletContentSection.qml @@ -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