vlc | branch: master | Prince Gupta <guptaprince8...@gmail.com> | Thu Dec  3 
20:28:25 2020 +0530| [a3bfc949186ef0c796b2e454dd179c8493949854] | committer: 
Pierre Lamot

qml: add bottom padding in KeyNaviagableTableView's headers

Signed-off-by: Pierre Lamot <pie...@videolabs.io>

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

 modules/gui/qt/widgets/qml/KeyNavigableTableView.qml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/qt/widgets/qml/KeyNavigableTableView.qml 
b/modules/gui/qt/widgets/qml/KeyNavigableTableView.qml
index 56d3381916..a5f1d238ec 100644
--- a/modules/gui/qt/widgets/qml/KeyNavigableTableView.qml
+++ b/modules/gui/qt/widgets/qml/KeyNavigableTableView.qml
@@ -102,7 +102,7 @@ NavigableFocusScope {
             property alias loadedHeader: headerLoader.item
 
             width: parent.width
-            height: col.height
+            height: col.height + VLCStyle.margin_xsmall
             color: headerColor
             visible: view.modelCount > 0
             z: 3

_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to