From 30a6dd86294d05cb7ea3f8696771e47b17d1afac Mon Sep 17 00:00:00 2001 From: Atlante45 Date: Mon, 7 Mar 2016 11:33:12 -0800 Subject: [PATCH] Update StaticSection --- interface/resources/qml/AssetsManager.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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