[vlc-commits] qml: add bottom padding in KeyNaviagableTableView's headers
Prince Gupta
git at videolan.org
Thu Dec 17 14:57:07 UTC 2020
vlc | branch: master | Prince Gupta <guptaprince8832 at 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 <pierre at 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
More information about the vlc-commits
mailing list