[vlc-commits] qml: remove header separtor from KeyNavigableTableView

Prince Gupta git at videolan.org
Thu Dec 17 14:57:05 UTC 2020


vlc | branch: master | Prince Gupta <guptaprince8832 at gmail.com> | Thu Dec  3 19:02:43 2020 +0530| [861e06503fd3c43f581a8b5cb83243d8e246512f] | committer: Pierre Lamot

qml: remove header separtor from KeyNavigableTableView

Signed-off-by: Pierre Lamot <pierre at videolabs.io>

> 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
-                }
             }
         }
 



More information about the vlc-commits mailing list