mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
changed rectangle to have anchor.fill
This commit is contained in:
parent
2498bf2fd8
commit
993e5db2da
1 changed files with 2 additions and 3 deletions
|
@ -61,10 +61,9 @@ Rectangle {
|
|||
id: permissionsButtonsContainer
|
||||
height: 50
|
||||
width: parent.width
|
||||
anchors.top: webAccessInfoContainer.bottom
|
||||
anchors.horizontalCenter: webAccessInfoContainer.horizontalCenter
|
||||
anchors.fill: parent
|
||||
|
||||
property int space: 5
|
||||
color: "#998899"
|
||||
|
||||
HifiControls.Button {
|
||||
id: leftButton
|
||||
|
|
Loading…
Reference in a new issue