Fix about page image loading.

This commit is contained in:
2026-02-01 13:44:43 -05:00
parent 048d40eb83
commit db2f878018
6 changed files with 8 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ ApplicationWindow {
anchors.top: parent.top
anchors.margins: 20
source: "../icons/kilroy-256.png"
source: "qrc:/images/kilroy.png"
sourceSize.width: 80
sourceSize.height: 80
fillMode: Image.PreserveAspectFit