[vlc-devel] [PATCH 24/26] qml: remove padding and spacing between title and caption in Video expand panel
Prince Gupta
guptaprince8832 at gmail.com
Thu Dec 17 17:26:22 UTC 2020
---
modules/gui/qt/medialibrary/qml/VideoInfoExpandPanel.qml | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/gui/qt/medialibrary/qml/VideoInfoExpandPanel.qml b/modules/gui/qt/medialibrary/qml/VideoInfoExpandPanel.qml
index 5d4548d55d..fd96622da0 100644
--- a/modules/gui/qt/medialibrary/qml/VideoInfoExpandPanel.qml
+++ b/modules/gui/qt/medialibrary/qml/VideoInfoExpandPanel.qml
@@ -171,7 +171,6 @@ Widgets.NavigableFocusScope {
Widgets.CaptionLabel {
text: model.duration
color: VLCStyle.colors.text
- topPadding: VLCStyle.margin_xxsmall
width: parent.width
}
--
2.25.1
More information about the vlc-devel
mailing list