Skip to content

Commit

Permalink
[AboutPage.qml] Another take at relative icon paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Feb 12, 2024
1 parent cbd52da commit 946dd47
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions qml/pages/AboutPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Page {
spacing: Theme.paddingLarge

Image {
source: "file:///usr/share/icons/hicolor/86x86/apps/flowplayer.png"
source: "../../icons/hicolor/86x86/apps/flowplayer.png"
}

Column {
Expand Down Expand Up @@ -64,13 +64,7 @@ Page {

Label {
color: Theme.secondaryColor
text: "(C) 2015-2021 Matias Perez (CepiPerez)"
font.pixelSize: Theme.fontSizeSmall
}

Label {
color: Theme.secondaryColor
text: " "
text: "(C) 2015-2021 Matias Perez (CepiPerez)" + "<br />&nbsp;"
textFormat: Text.RichText
font.pixelSize: Theme.fontSizeSmall
}
Expand All @@ -97,6 +91,7 @@ Page {
Label {
text: colored + qsTr("If you want to create a new translation or improve an extant one:")
font.pixelSize: Theme.fontSizeSmall
textFormat: Text.RichText
wrapMode: Text.WordWrap
width: parent.width
}
Expand Down Expand Up @@ -124,7 +119,7 @@ Page {
}

Image {
source: "file:///usr/share/flowplayer/qml/paypal.png"
source: "../flowplayer/qml/paypal.png"
height: Theme.itemSizeMedium
fillMode: Image.PreserveAspectFit
smooth: true
Expand Down

0 comments on commit 946dd47

Please sign in to comment.