mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
logo work
This commit is contained in:
parent
ae784592a8
commit
51940a6104
1 changed files with 8 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue