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 { Rectangle {
id: root id: root
width: 750 width: 750
height: 225 height: 210
color: hifi.colors.white color: hifi.colors.white
anchors.centerIn: parent anchors.centerIn: parent
@ -61,7 +61,7 @@ Rectangle {
Rectangle { Rectangle {
id: permissionsButtonsRow id: permissionsButtonsRow
height: 115 height: 100
Layout.preferredWidth: parent.width Layout.preferredWidth: parent.width
Layout.topMargin: 35 Layout.topMargin: 35
property int space: 8 property int space: 8