Update StaticSection

This commit is contained in:
Atlante45 2016-03-07 11:33:12 -08:00
parent 82d6d3ff01
commit 30a6dd8629

View file

@ -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