Browse Source

qml/MediaGroupDisplay: Update padding(s) settings

pull/141/head
Benjamin Arnaud 4 years ago
committed by Jean-Baptiste Kempf
parent
commit
650a2d7a77
  1. 7
      modules/gui/qt/medialibrary/qml/MediaGroupDisplay.qml

7
modules/gui/qt/medialibrary/qml/MediaGroupDisplay.qml

@ -54,11 +54,10 @@ VideoAll {
header: Widgets.SubtitleLabel {
width: root.width
topPadding: VLCStyle.margin_normal
bottomPadding: VLCStyle.margin_normal
// NOTE: We want this to be properly aligned with the grid items.
leftPadding: root.contentMargin + VLCStyle.margin_normal
leftPadding: root.contentMargin
bottomPadding: VLCStyle.margin_normal
text: root.title
}

Loading…
Cancel
Save