Skip to content

Commit 76adb47

Browse files
committed
metainfo: Fix dark screenshot properties
See ximion/appstream#530 We can't have two defaults, and width/height are unnecessary
1 parent 7c94e6f commit 76adb47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/org.gnome.Sudoku.metainfo.xml.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
</p>
2525
</description>
2626
<screenshots>
27-
<screenshot height="955" width="990" type="default">
27+
<screenshot type="default">
2828
<image>https://gitlab.gnome.org/GNOME/gnome-sudoku/-/raw/master/data/screenshot.png</image>
2929
<caption>A GNOME sudoku game preview</caption>
3030
</screenshot>
31-
<screenshot height="955" width="990" type="default">
31+
<screenshot environment="gnome:dark">
3232
<image>https://gitlab.gnome.org/GNOME/gnome-sudoku/-/raw/master/data/screenshot-dark.png</image>
3333
<caption>A GNOME sudoku game in dark mode featuring earmarks and warnings</caption>
3434
</screenshot>

0 commit comments

Comments
 (0)