vlc | branch: master | Prince Gupta <guptaprince8...@gmail.com> | Tue Dec 15 
22:15:49 2020 +0530| [fd396035fc3fe4fd6ba439c80605cfec0d6d4641] | committer: 
Pierre Lamot

qml: remove padding and spacing between title and caption in Video expand panel

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

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

 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
                 }
 

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

Reply via email to