mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-15 12:37:05 +02:00
fix bad tab reference
This commit is contained in:
parent
a87142b8b7
commit
ae51b95ca1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue