Skip to content
Snippets Groups Projects
Commit 784b9fc4 authored by Prince Gupta's avatar Prince Gupta :speech_balloon: Committed by Jean-Baptiste Kempf
Browse files

qml/PlaylistDelegate: don't elide duration text

parent 644bfa09
No related branches found
No related tags found
1 merge request!662qml/PlaylistDelegate: use Control.padding for spacing
......@@ -187,7 +187,6 @@ Control {
Widgets.ListLabel {
id: textDuration
Layout.preferredWidth: durationMetric.width
text: model.duration
horizontalAlignment: Text.AlignHCenter
verticalAlignment: Text.AlignVCenter
......
......@@ -304,7 +304,7 @@ Control {
font.weight: Font.DemiBold
font.pixelSize: VLCStyle.fontSize_normal
text: "-00:00-"
text: "00:00"
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment