diff --git a/interface/resources/qml/controls-uit/ContentSection.qml b/interface/resources/qml/controls-uit/ContentSection.qml index 427146aabe..86549afc9f 100644 --- a/interface/resources/qml/controls-uit/ContentSection.qml +++ b/interface/resources/qml/controls-uit/ContentSection.qml @@ -116,7 +116,7 @@ Column { LinearGradient { id: bottomBar - visible: isCollapsible + visible: desktop.gradientsSupported && isCollapsible width: frame.width height: visible ? 4 : 0 x: -hifi.dimensions.contentMargin.x