Fix screenshot sizes in kicad.appdata.xml.in
This commit is contained in:
parent
f292f1628b
commit
42cd6ca4ca
|
@ -67,22 +67,22 @@
|
||||||
|
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default">
|
<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>
|
||||||
|
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<caption>Eeschema Schematic Editor</caption>
|
<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>
|
||||||
|
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<caption>PcbNew PCB Layout</caption>
|
<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>
|
||||||
|
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<caption>PcbNew 3D Viewer</caption>
|
<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>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue