mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 07:57:20 +02:00
Disable qml gradient for AMD for ContentSection
This commit is contained in:
parent
ab72d8d8fb
commit
1df2fc7809
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ Column {
|
||||||
|
|
||||||
LinearGradient {
|
LinearGradient {
|
||||||
id: bottomBar
|
id: bottomBar
|
||||||
visible: isCollapsible
|
visible: desktop.gradientsSupported && isCollapsible
|
||||||
width: frame.width
|
width: frame.width
|
||||||
height: visible ? 4 : 0
|
height: visible ? 4 : 0
|
||||||
x: -hifi.dimensions.contentMargin.x
|
x: -hifi.dimensions.contentMargin.x
|
||||||
|
|
Loading…
Reference in a new issue