diff --git a/interface/resources/qml/AssetsManager.qml b/interface/resources/qml/AssetsManager.qml index ac64bc07c6..6f7297fe3b 100644 --- a/interface/resources/qml/AssetsManager.qml +++ b/interface/resources/qml/AssetsManager.qml @@ -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