[vlc-commits] qml: remove padding and spacing between title and caption in Video expand panel
    Prince Gupta 
    git at videolan.org
       
    Mon Jan  4 13:37:54 UTC 2021
    
    
  
vlc | branch: master | Prince Gupta <guptaprince8832 at 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 <pierre at 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
                 }
 
    
    
More information about the vlc-commits
mailing list