[gnome-keysign: 5/22] appdata: reverse width and height for screenshots



commit 056f9a48bd9ac97d5479b99a983f5fe2c8853226
Author: Tobias Mueller <muelli cryptobitch de>
Date:   Fri Sep 13 15:14:53 2019 +0200

    appdata: reverse width and height for screenshots
    
    yeah, those were the wrong way around.

 data/org.gnome.Keysign.raw.appdata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/org.gnome.Keysign.raw.appdata.xml b/data/org.gnome.Keysign.raw.appdata.xml
index c7fc468..2a406e4 100644
--- a/data/org.gnome.Keysign.raw.appdata.xml
+++ b/data/org.gnome.Keysign.raw.appdata.xml
@@ -25,10 +25,10 @@
 
   <screenshots>
     <screenshot type="default">
-      <image width="529" 
height="646">https://wiki.gnome.org/Apps/Keysign?action=AttachFile&amp;do=get&amp;target=send.png</image>
+      <image width="646" 
height="529">https://wiki.gnome.org/Apps/Keysign?action=AttachFile&amp;do=get&amp;target=send.png</image>
     </screenshot>
     <screenshot>
-      <image width="529" 
height="646">https://wiki.gnome.org/Apps/Keysign?action=AttachFile&amp;do=get&amp;target=receive.png</image>
+      <image width="646" 
height="529">https://wiki.gnome.org/Apps/Keysign?action=AttachFile&amp;do=get&amp;target=receive.png</image>
     </screenshot>
   </screenshots>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]