mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
changing logo
This commit is contained in:
parent
308488226e
commit
5b8fe6701c
1 changed files with 3 additions and 2 deletions
|
@ -68,11 +68,12 @@ ApplicationWindow {
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
id: image
|
id: image
|
||||||
|
color: accentColor
|
||||||
source: "icons/logo_sxs_imager.png"
|
source: "icons/logo_sxs_imager.png"
|
||||||
|
|
||||||
// Specify the maximum size of the image
|
// Specify the maximum size of the image
|
||||||
width: window.width * 0.45
|
width: window.width
|
||||||
height: window.height / 3
|
height: window.height / 4
|
||||||
|
|
||||||
smooth: true
|
smooth: true
|
||||||
antialiasing: true
|
antialiasing: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue