Skip to content

Commit

Permalink
[AboutPage.qml] Play with font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Feb 13, 2024
1 parent 534de0e commit 3b8613e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions qml/pages/AboutPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ Page {
id: main
color: Theme.highlightColor
text: "FlowPlayer"
fontFamily: Theme.fontFamilyHeading
font.pixelSize: Theme.fontSizeMedium
}

Label {
Expand Down Expand Up @@ -99,10 +101,9 @@ Page {
Label {
text: colored + "<a href='https://app.transifex.com/olf/flowplayer/'>" + "FlowPlayer@Transifex</a>"
onLinkActivated: Qt.openUrlExternally(link)
font.pixelSize: Theme.fontSizeLarge
textFormat: Text.RichText
wrapMode: Text.WordWrap
width: parent.width
font.pixelSize: Theme.fontSizeLarge
fontFamily: Theme.fontFamilyHeading
anchors.horizontalCenter: parent.horizontalCenter
}

Expand Down

0 comments on commit 3b8613e

Please sign in to comment.