From 37e72f25a31d7b25dc7aa7ff1ee3b8c7d11b33d6 Mon Sep 17 00:00:00 2001 From: Zach Fox <fox@highfidelity.io> Date: Tue, 13 Jun 2017 16:04:14 -0700 Subject: [PATCH] Make the PAL's tab background color white --- interface/resources/qml/hifi/Pal.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/Pal.qml b/interface/resources/qml/hifi/Pal.qml index 250015bab9..bbb42e61ac 100644 --- a/interface/resources/qml/hifi/Pal.qml +++ b/interface/resources/qml/hifi/Pal.qml @@ -128,7 +128,7 @@ Rectangle { pal.sendToScript({method: 'refreshNearby', params: params}); } - Item { + Rectangle { id: palTabContainer; // Anchors anchors { @@ -137,6 +137,7 @@ Rectangle { left: parent.left; right: parent.right; } + color: "white"; Rectangle { id: tabSelectorContainer; // Anchors