From 1df2fc78090bf614421fe89ee0fe0c52b066ab03 Mon Sep 17 00:00:00 2001 From: Zach Pomerantz Date: Mon, 11 Apr 2016 13:59:08 -0700 Subject: [PATCH] Disable qml gradient for AMD for ContentSection --- interface/resources/qml/controls-uit/ContentSection.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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