fix bad tab reference

This commit is contained in:
howard-stearns 2018-11-04 11:15:46 -08:00
parent a87142b8b7
commit ae51b95ca1

View file

@ -630,7 +630,7 @@ Rectangle {
visible: !walletSetup.visible;
color: root.activeView === "help" ? hifi.colors.blueAccent : hifi.colors.black;
anchors.top: parent.top;
anchors.left: securityButtonContainer.right;
anchors.left: sendMoneyButtonContainer.right;
anchors.bottom: parent.bottom;
width: parent.width / tabButtonsContainer.numTabs;