mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 08:21:32 +02:00
merged master and fixed height
This commit is contained in:
parent
4c0d8b6fda
commit
2f4566b63c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue