mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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 {
|
||||
id: bottomBar
|
||||
visible: isCollapsible
|
||||
visible: desktop.gradientsSupported && isCollapsible
|
||||
width: frame.width
|
||||
height: visible ? 4 : 0
|
||||
x: -hifi.dimensions.contentMargin.x
|
||||
|
|
Loading…
Reference in a new issue