[vlc-commits] qml: remove KeyNavigableListView's gradient
Fatih Uzunoglu
git at videolan.org
Fri Jul 3 14:59:14 CEST 2020
vlc | branch: master | Fatih Uzunoglu <fuzun54 at outlook.com> | Tue Jun 23 21:38:04 2020 +0300| [ce68324dd66057141ae13b39d306a77fc469ae4b] | committer: Pierre Lamot
qml: remove KeyNavigableListView's gradient
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ce68324dd66057141ae13b39d306a77fc469ae4b
---
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{
More information about the vlc-commits
mailing list