Skip to content

Commit

Permalink
[AboutPage.qml] Fix relative paths to icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Feb 12, 2024
1 parent aa4932a commit 77fc64c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: "../../icons/hicolor/86x86/apps/flowplayer.png"
source: "../../../icons/hicolor/86x86/apps/flowplayer.png"
}

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

Label {
color: Theme.secondaryColor
text: "(C) 2015-2021 Matias Perez (CepiPerez)" + "<br />&nbsp;"
text: "(C) 2015-2021 Matias Perez (CepiPerez)"
textFormat: Text.RichText
font.pixelSize: Theme.fontSizeSmall
}
Expand Down Expand Up @@ -119,7 +119,7 @@ Page {
}

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

0 comments on commit 77fc64c

Please sign in to comment.