mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 08:37:19 +02:00
Merge pull request #8459 from ctrlaltdavid/21032
QA READY: Fix Asset Browser dialog
This commit is contained in:
commit
8b54c92494
4 changed files with 4 additions and 4 deletions
|
@ -48,7 +48,7 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
MenuItem {
|
InfoItem {
|
||||||
id: mainTextContainer
|
id: mainTextContainer
|
||||||
anchors {
|
anchors {
|
||||||
top: parent.top
|
top: parent.top
|
||||||
|
|
|
@ -78,7 +78,7 @@ Item {
|
||||||
placeholderText: "Choose your own"
|
placeholderText: "Choose your own"
|
||||||
}
|
}
|
||||||
|
|
||||||
MenuItem {
|
InfoItem {
|
||||||
id: termsContainer
|
id: termsContainer
|
||||||
anchors {
|
anchors {
|
||||||
top: textField.bottom
|
top: textField.bottom
|
||||||
|
|
|
@ -44,7 +44,7 @@ Item {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
MenuItem {
|
InfoItem {
|
||||||
id: mainTextContainer
|
id: mainTextContainer
|
||||||
anchors {
|
anchors {
|
||||||
top: parent.top
|
top: parent.top
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
//
|
//
|
||||||
// MenuItem.qml
|
// InfoItem.qml
|
||||||
//
|
//
|
||||||
// Created by Clement on 7/18/16
|
// Created by Clement on 7/18/16
|
||||||
// Copyright 2016 High Fidelity, Inc.
|
// Copyright 2016 High Fidelity, Inc.
|
Loading…
Reference in a new issue