mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 10:23:59 +02:00
Update StaticSection
This commit is contained in:
parent
82d6d3ff01
commit
30a6dd8629
1 changed files with 3 additions and 3 deletions
|
@ -52,8 +52,9 @@ Window {
|
||||||
Column {
|
Column {
|
||||||
width: pane.contentWidth
|
width: pane.contentWidth
|
||||||
|
|
||||||
HifiControls.StaticSection {
|
HifiControls.ContentSection {
|
||||||
name: "Asset Directory"
|
name: "Asset Directory"
|
||||||
|
isFirst: true
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
id: buttonRow
|
id: buttonRow
|
||||||
|
@ -102,9 +103,8 @@ Window {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
HifiControls.StaticSection {
|
HifiControls.ContentSection {
|
||||||
name: "Upload File"
|
name: "Upload File"
|
||||||
hasSeparator: true
|
|
||||||
|
|
||||||
HifiControls.TextField {
|
HifiControls.TextField {
|
||||||
id: fileUrl
|
id: fileUrl
|
||||||
|
|
Loading…
Reference in a new issue