[vlc-commits] qml: remove backgroundColor property in PlaylistListView
Fatih Uzunoglu
git at videolan.org
Tue Jan 12 13:20:34 UTC 2021
vlc | branch: master | Fatih Uzunoglu <fuzun54 at outlook.com> | Fri Jan 8 00:36:36 2021 +0300| [a6ece67308f53d41b5c25788875088ff5872f752] | committer: Pierre Lamot
qml: remove backgroundColor property in PlaylistListView
Signed-off-by: Pierre Lamot <pierre at videolabs.io>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a6ece67308f53d41b5c25788875088ff5872f752
---
modules/gui/qt/playlist/qml/PlaylistListView.qml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/modules/gui/qt/playlist/qml/PlaylistListView.qml b/modules/gui/qt/playlist/qml/PlaylistListView.qml
index c5a44df265..96c42fc8f3 100644
--- a/modules/gui/qt/playlist/qml/PlaylistListView.qml
+++ b/modules/gui/qt/playlist/qml/PlaylistListView.qml
@@ -34,7 +34,6 @@ Widgets.NavigableFocusScope {
property int leftPadding: 0
property int rightPadding: 0
- property alias backgroundColor: parentRect.color
property VLCColors colors: VLCStyle.colors
@@ -248,7 +247,7 @@ Widgets.NavigableFocusScope {
}
modelCount: root.model.count
- fadeColor: root.backgroundColor
+ fadeColor: parentRect.color
property int shiftIndex: -1
property int mode: PlaylistListView.Mode.Normal
More information about the vlc-commits
mailing list