[vlc-commits] qml: remove row margins from KeyNavigableTableView

Abel Tesfaye git at videolan.org
Tue Aug 20 18:21:14 CEST 2019


vlc | branch: master | Abel Tesfaye <Abeltesfaye45 at gmail.com> | Fri Aug  9 14:52:23 2019 +0300| [c241ead2326c6590665d4af87a2cf8d6b380be0d] | committer: Jean-Baptiste Kempf

qml: remove row margins from KeyNavigableTableView

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c241ead2326c6590665d4af87a2cf8d6b380be0d
---

 modules/gui/qt/qml/utils/KeyNavigableTableView.qml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/gui/qt/qml/utils/KeyNavigableTableView.qml b/modules/gui/qt/qml/utils/KeyNavigableTableView.qml
index 53832cbe58..e0521e183b 100644
--- a/modules/gui/qt/qml/utils/KeyNavigableTableView.qml
+++ b/modules/gui/qt/qml/utils/KeyNavigableTableView.qml
@@ -83,8 +83,6 @@ NavigableFocusScope {
                     Row {
                         anchors {
                             fill: parent
-                            leftMargin: VLCStyle.margin_normal
-                            rightMargin: VLCStyle.margin_normal
                         }
 
                         Repeater {



More information about the vlc-commits mailing list