Merge pull request from ctrlaltdavid/21032

QA READY: Fix Asset Browser dialog
This commit is contained in:
Clément Brisset 2016-08-17 15:37:43 -07:00 committed by GitHub
commit 8b54c92494
4 changed files with 4 additions and 4 deletions
interface/resources/qml

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.