vlc | branch: master | Fatih Uzunoglu <[email protected]> | Fri Jan 8 00:36:36 2021 +0300| [a6ece67308f53d41b5c25788875088ff5872f752] | committer: Pierre Lamot
qml: remove backgroundColor property in PlaylistListView Signed-off-by: Pierre Lamot <[email protected]> > 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
