Skip to content

Commit

Permalink
[AboutPage.qml] Play with fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Feb 13, 2024
1 parent e1f361c commit 97870ba
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions qml/pages/AboutPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ Page {
Label {
id: main
color: Theme.highlightColor
text: "FlowPlayer"
fontFamily: Theme.fontFamilyHeading
text: "<b>FlowPlayer</b>"
textFormat: Text.RichText
font.pixelSize: Theme.fontSizeMedium
}

Expand All @@ -67,7 +67,6 @@ Page {
Label {
color: Theme.secondaryColor
text: "(C) 2015-2021 Matias Perez (CepiPerez)"
textFormat: Text.RichText
font.pixelSize: Theme.fontSizeSmall
}

Expand Down Expand Up @@ -101,11 +100,10 @@ Page {
Label {
text: colored +
"<a href='https://github.com/sailfishos-applications/flowplayer/blob/master/translations/README.md#translations-l10n--i18n'>" +
"Translations README</a>"
"<b>Translations README</b></a>"
onLinkActivated: Qt.openUrlExternally(link)
font.pixelSize: Theme.fontSizeLarge
textFormat: Text.RichText
fontFamily: Theme.fontFamilyHeading
anchors.horizontalCenter: parent.horizontalCenter
}

Expand Down

0 comments on commit 97870ba

Please sign in to comment.