changed rectangle to have anchor.fill

This commit is contained in:
milad 2019-07-24 17:55:38 -07:00
parent 2498bf2fd8
commit 993e5db2da

View file

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