Fix centring of selected file

This commit is contained in:
Anton Thomasson 2021-05-28 20:10:49 +02:00
parent 8ad40f78a2
commit 0e78e74100

View file

@ -378,6 +378,7 @@ Page {
Label {
id: fileLabel
width: parent.width-2*Theme.paddingLarge
leftPadding: Theme.paddingLarge
horizontalAlignment: contentWidth > width ? Text.AlignRight : Text.AlignHCenter
truncationMode: TruncationMode.Fade