Skip to content

Commit

Permalink
Update AboutPage.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Feb 13, 2024
1 parent 3b8613e commit 5d8f92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/pages/AboutPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ Page {
Label {
text: colored + "<a href='https://app.transifex.com/olf/flowplayer/'>" + "FlowPlayer@Transifex</a>"
onLinkActivated: Qt.openUrlExternally(link)
textFormat: Text.RichText
font.pixelSize: Theme.fontSizeLarge
textFormat: Text.RichText
fontFamily: Theme.fontFamilyHeading
anchors.horizontalCenter: parent.horizontalCenter
}
Expand Down

0 comments on commit 5d8f92c

Please sign in to comment.