[vlc-devel] [PATCH 14/23] qml: remove KeyNavigableListView's gradient

Fatih Uzunoglu fuzun54 at outlook.com
Thu Jul 2 15:21:59 CEST 2020


---
 modules/gui/qt/widgets/qml/KeyNavigableListView.qml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/modules/gui/qt/widgets/qml/KeyNavigableListView.qml b/modules/gui/qt/widgets/qml/KeyNavigableListView.qml
index d1a966f01e..177f448f97 100644
--- a/modules/gui/qt/widgets/qml/KeyNavigableListView.qml
+++ b/modules/gui/qt/widgets/qml/KeyNavigableListView.qml
@@ -219,17 +219,6 @@ NavigableFocusScope {
                 actionAtIndex(currentIndex)
             }
         }
-
-        Rectangle {
-            anchors { bottom: parent.bottom; left: parent.left;  right: parent.right }
-            z: 1
-            visible: orientation === ListView.Vertical && !view.atYEnd
-            height: highlightMargin * 2
-            gradient: Gradient{
-                GradientStop { position: 0.0; color: "transparent" }
-                GradientStop { position: 1.0; color: VLCStyle.colors.bg }
-            }
-        }
     }
 
     RoundButton{
-- 
2.25.1



More information about the vlc-devel mailing list