diff options
author | seahawk1986 <seahawk1986@hotmail.com> | 2021-12-14 15:09:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-14 15:09:14 +0100 |
commit | be0233000cd69fffd1257017d7792a0cf404434f (patch) | |
tree | 60f1f34ed1e3cbfb6dc8a7e0bb72dd2b539322b4 /main | |
parent | 9cfc5a1827c58b09d5018a46683ed99093bb8178 (diff) | |
download | dino-be0233000cd69fffd1257017d7792a0cf404434f.tar.gz dino-be0233000cd69fffd1257017d7792a0cf404434f.zip |
fix screenshot dimensions (#1163)
Diffstat (limited to 'main')
-rw-r--r-- | main/data/im.dino.Dino.appdata.xml | 6 | ||||
-rw-r--r-- | main/data/im.dino.Dino.appdata.xml.in | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/main/data/im.dino.Dino.appdata.xml b/main/data/im.dino.Dino.appdata.xml index 49e279fb..d229be42 100644 --- a/main/data/im.dino.Dino.appdata.xml +++ b/main/data/im.dino.Dino.appdata.xml @@ -140,13 +140,13 @@ </description> <screenshots> <screenshot type="default"> - <image height="900" width="1600">https://dino.im/img/appdata/main.png</image> + <image height="950" width="1600">https://dino.im/img/appdata/main.png</image> </screenshot> <screenshot> - <image height="900" width="1600">https://dino.im/img/appdata/start_chat.png</image> + <image height="942" width="1600">https://dino.im/img/appdata/start_chat.png</image> </screenshot> <screenshot> - <image height="900" width="1600">https://dino.im/img/appdata/contact_details.png</image> + <image height="1188" width="2018">https://dino.im/img/appdata/contact_details.png</image> </screenshot> </screenshots> <translation type="gettext">dino</translation> diff --git a/main/data/im.dino.Dino.appdata.xml.in b/main/data/im.dino.Dino.appdata.xml.in index dddafdac..c2b29725 100644 --- a/main/data/im.dino.Dino.appdata.xml.in +++ b/main/data/im.dino.Dino.appdata.xml.in @@ -13,13 +13,13 @@ </description> <screenshots> <screenshot type="default"> - <image height="900" width="1600">https://dino.im/img/appdata/main.png</image> + <image height="950" width="1600">https://dino.im/img/appdata/main.png</image> </screenshot> <screenshot> - <image height="900" width="1600">https://dino.im/img/appdata/start_chat.png</image> + <image height="942" width="1600">https://dino.im/img/appdata/start_chat.png</image> </screenshot> <screenshot> - <image height="900" width="1600">https://dino.im/img/appdata/contact_details.png</image> + <image height="1088" width="2018">https://dino.im/img/appdata/contact_details.png</image> </screenshot> </screenshots> <translation type="gettext">dino</translation> |