logo work

This commit is contained in:
cmclark00 2024-10-11 23:51:11 -04:00
parent ae784592a8
commit 51940a6104

View file

@ -72,10 +72,17 @@ ApplicationWindow {
anchors.fill: parent anchors.fill: parent
smooth: true smooth: true
antialiasing: true antialiasing: true
fillMode: Image.PreserveAspectFit
// Set a placeholder color to help in debugging
Rectangle {
anchors.fill: parent
color: "#ff0000" // Red to make it stand out
visible: source === "" // Show if the image source is missing or empty
} }
} }
}
Rectangle { Rectangle {
color: backgroundColor color: backgroundColor
implicitWidth: window.width implicitWidth: window.width