vlc | branch: master | Prince Gupta <[email protected]> | Thu Dec 3 19:02:43 2020 +0530| [861e06503fd3c43f581a8b5cb83243d8e246512f] | committer: Pierre Lamot
qml: remove header separtor from KeyNavigableTableView Signed-off-by: Pierre Lamot <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=861e06503fd3c43f581a8b5cb83243d8e246512f --- modules/gui/qt/widgets/qml/KeyNavigableTableView.qml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/gui/qt/widgets/qml/KeyNavigableTableView.qml b/modules/gui/qt/widgets/qml/KeyNavigableTableView.qml index 81403f08ea..661d29cacb 100644 --- a/modules/gui/qt/widgets/qml/KeyNavigableTableView.qml +++ b/modules/gui/qt/widgets/qml/KeyNavigableTableView.qml @@ -174,12 +174,6 @@ NavigableFocusScope { } } } - - Rectangle { - width: parent.width - height: 1 - color: VLCStyle.colors.textInactive - } } } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
