mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
LauncherCore: adjust fade color
This commit is contained in:
@@ -872,7 +872,7 @@ Rectangle {
|
||||
horizontalPolicy: ScrollBar.AlwaysOff
|
||||
verticalPolicy: ScrollBar.AlwaysOff
|
||||
reserveScrollbarSpace: false
|
||||
gradientColor: Color.mSurface
|
||||
gradientColor: Color.mSurfaceVariant
|
||||
wheelScrollMultiplier: 4.0
|
||||
|
||||
width: parent.width
|
||||
@@ -1229,7 +1229,7 @@ Rectangle {
|
||||
horizontalPolicy: ScrollBar.AlwaysOff
|
||||
verticalPolicy: ScrollBar.AlwaysOff
|
||||
reserveScrollbarSpace: false
|
||||
gradientColor: Color.mSurface
|
||||
gradientColor: Color.mSurfaceVariant
|
||||
wheelScrollMultiplier: 4.0
|
||||
trackedSelectionIndex: root.selectedIndex
|
||||
|
||||
|
||||
Reference in New Issue
Block a user