Skip to content

Commit

Permalink
Actually fix centring of selected file
Browse files Browse the repository at this point in the history
  • Loading branch information
attah committed Jun 1, 2021
1 parent acf4dd9 commit dd907e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qml/pages/FirstPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,9 @@ Page {

Label {
id: fileLabel
width: parent.width-2*Theme.paddingLarge
width: parent.width
leftPadding: Theme.paddingLarge
rightPadding: Theme.paddingLarge

horizontalAlignment: contentWidth > width ? Text.AlignRight : Text.AlignHCenter
truncationMode: TruncationMode.Fade
Expand Down

0 comments on commit dd907e3

Please sign in to comment.