Fix screenshot sizes in kicad.appdata.xml.in

This commit is contained in:
Johannes Maibaum 2021-01-13 18:14:33 +01:00
parent f292f1628b
commit 42cd6ca4ca
1 changed files with 4 additions and 4 deletions

View File

@ -67,22 +67,22 @@
<screenshots>
<screenshot type="default">
<image width="1024" height="576">https://kicad-pcb.org/img/screenshots/appstream/kicad.png</image>
<image width="1290" height="825">https://kicad-pcb.org/img/screenshots/appstream/kicad.png</image>
</screenshot>
<screenshot>
<caption>Eeschema Schematic Editor</caption>
<image width="1024" height="576">https://kicad-pcb.org/img/screenshots/appstream/eeschema.png</image>
<image width="1290" height="825">https://kicad-pcb.org/img/screenshots/appstream/eeschema.png</image>
</screenshot>
<screenshot>
<caption>PcbNew PCB Layout</caption>
<image width="1024" height="576">https://kicad-pcb.org/img/screenshots/appstream/pcbnew.png</image>
<image width="1290" height="825">https://kicad-pcb.org/img/screenshots/appstream/pcbnew.png</image>
</screenshot>
<screenshot>
<caption>PcbNew 3D Viewer</caption>
<image width="1024" height="576">https://kicad-pcb.org/img/screenshots/appstream/3dviewer.png</image>
<image width="1290" height="825">https://kicad-pcb.org/img/screenshots/appstream/3dviewer.png</image>
</screenshot>
</screenshots>