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:
Floris Bos 2022-01-31 13:50:45 +01:00
parent 88c565c1b1
commit 2f4fe2f35a
17 changed files with 9 additions and 5 deletions

View file

@ -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
}