Make the PAL's tab background color white

This commit is contained in:
Zach Fox 2017-06-13 16:04:14 -07:00
parent 88929c7bd7
commit 37e72f25a3

View file

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