Fix Asset Browser dialog

This commit is contained in:
David Rowe 2016-08-18 09:37:26 +12:00
parent 87964c89da
commit 9fa4a20e55
4 changed files with 4 additions and 4 deletions

View file

@ -48,7 +48,7 @@ Item {
}
}
MenuItem {
InfoItem {
id: mainTextContainer
anchors {
top: parent.top

View file

@ -78,7 +78,7 @@ Item {
placeholderText: "Choose your own"
}
MenuItem {
InfoItem {
id: termsContainer
anchors {
top: textField.bottom

View file

@ -44,7 +44,7 @@ Item {
}
}
MenuItem {
InfoItem {
id: mainTextContainer
anchors {
top: parent.top

View file

@ -1,5 +1,5 @@
//
// MenuItem.qml
// InfoItem.qml
//
// Created by Clement on 7/18/16
// Copyright 2016 High Fidelity, Inc.