mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 05:23:33 +02: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
|
id: permissionsButtonsContainer
|
||||||
height: 50
|
height: 50
|
||||||
width: parent.width
|
width: parent.width
|
||||||
anchors.top: webAccessInfoContainer.bottom
|
anchors.fill: parent
|
||||||
anchors.horizontalCenter: webAccessInfoContainer.horizontalCenter
|
|
||||||
property int space: 5
|
property int space: 5
|
||||||
color: "#998899"
|
|
||||||
|
|
||||||
HifiControls.Button {
|
HifiControls.Button {
|
||||||
id: leftButton
|
id: leftButton
|
||||||
|
|
Loading…
Reference in a new issue