Update screenshot size in Linux appdata
The updated v6 screenshots are 1600x900 to ensure we have the required 16:9 aspect ratio.
This commit is contained in:
parent
c0b27a2800
commit
258946d8b1
|
@ -60,17 +60,17 @@
|
|||
|
||||
<screenshot>
|
||||
<caption>KiCad Schematic Editor</caption>
|
||||
<image width="1290" height="825">https://kicad.org/img/screenshots/appstream/eeschema_6.png</image>
|
||||
<image width="1600" height="900">https://kicad.org/img/screenshots/appstream/eeschema_6.png</image>
|
||||
</screenshot>
|
||||
|
||||
<screenshot>
|
||||
<caption>KiCad PCB Layout Editor</caption>
|
||||
<image width="1290" height="825">https://kicad.org/img/screenshots/appstream/pcbnew_6.png</image>
|
||||
<image width="1600" height="900">https://kicad.org/img/screenshots/appstream/pcbnew_6.png</image>
|
||||
</screenshot>
|
||||
|
||||
<screenshot>
|
||||
<caption>KiCad 3D Viewer</caption>
|
||||
<image width="1290" height="825">https://kicad.org/img/screenshots/appstream/3dviewer_6.png</image>
|
||||
<image width="1600" height="900">https://kicad.org/img/screenshots/appstream/3dviewer_6.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
|
||||
|
|
Loading…
Reference in New Issue