mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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 {
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue