merged master and fixed height

This commit is contained in:
milad 2019-07-25 12:17:38 -07:00
parent 4c0d8b6fda
commit 2f4566b63c

View file

@ -7,7 +7,7 @@ import stylesUit 1.0 as HifiStyles
Rectangle {
id: root
width: 750
height: 225
height: 210
color: hifi.colors.white
anchors.centerIn: parent
@ -61,7 +61,7 @@ Rectangle {
Rectangle {
id: permissionsButtonsRow
height: 115
height: 100
Layout.preferredWidth: parent.width
Layout.topMargin: 35
property int space: 8