vlc | branch: master | Abel Tesfaye <[email protected]> | 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 <[email protected]> > 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 { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
