mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-07 01:41:44 +02:00
Fixed layout in HMD
This commit is contained in:
parent
5c26b4030b
commit
0c2c09e77b
1 changed files with 2 additions and 1 deletions
|
@ -64,7 +64,8 @@ Rectangle {
|
||||||
|
|
||||||
HifiControls.ComboBox {
|
HifiControls.ComboBox {
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
Layout.fillWidth: true
|
anchors.left : parent.left
|
||||||
|
width: 300
|
||||||
id: categoryBox
|
id: categoryBox
|
||||||
model: ["Elements enter/leave domain", "Bubble isect. - Owner POV", "Bubble isect. - Trespasser POV", "Another user leaves/arrives", "Changing an avatar"]
|
model: ["Elements enter/leave domain", "Bubble isect. - Owner POV", "Bubble isect. - Trespasser POV", "Another user leaves/arrives", "Changing an avatar"]
|
||||||
Timer {
|
Timer {
|
||||||
|
|
Loading…
Reference in a new issue