mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
Update icons
- Add new logo, category icons for 3D printing, home automation and language specific operating systems. - chmod 644 icons
This commit is contained in:
parent
88c565c1b1
commit
2f4fe2f35a
17 changed files with 9 additions and 5 deletions
2
main.qml
2
main.qml
|
@ -63,7 +63,7 @@ ApplicationWindow {
|
|||
Layout.fillWidth: true
|
||||
Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
|
||||
fillMode: Image.PreserveAspectFit
|
||||
source: window.height > 700 ? "icons/rpi2-hires.png" : "icons/rpi2.png"
|
||||
source: "icons/logo_stacked_imager.png"
|
||||
width: window.width
|
||||
height: window.height/2
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue