mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 00:34:22 +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 {
|
||||
width: pane.contentWidth
|
||||
|
||||
HifiControls.StaticSection {
|
||||
HifiControls.ContentSection {
|
||||
name: "Asset Directory"
|
||||
isFirst: true
|
||||
|
||||
Row {
|
||||
id: buttonRow
|
||||
|
@ -102,9 +103,8 @@ Window {
|
|||
}
|
||||
}
|
||||
|
||||
HifiControls.StaticSection {
|
||||
HifiControls.ContentSection {
|
||||
name: "Upload File"
|
||||
hasSeparator: true
|
||||
|
||||
HifiControls.TextField {
|
||||
id: fileUrl
|
||||
|
|
Loading…
Reference in a new issue