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