aseprite/data/widgets/about.xml

40 lines
1.5 KiB
XML

<!-- Aseprite -->
<!-- Copyright (C) 2018-2019 Igara Studio S.A. -->
<!-- Copyright (C) 2018 David Capello -->
<gui i18nwarnings="false">
<window id="about" text="About Aseprite">
<vbox>
<label text="" id="title" />
<label text="Animated sprite editor &amp;&amp; pixel art tool" />
<separator text="Authors:" horizontal="true" />
<grid columns="2">
<link text="David Capello" url="https://davidcapello.com/" />
<label text="- Lead developer, graphics &amp;&amp; maintainer" />
<link text="Gaspar Capello" url="https://github.com/Gasparoken" />
<label text="- Programmer, bug fixing" />
<separator text="Contributors:" horizontal="true" cell_hspan="2" />
<link text="Ilija Melentijevic" url="https://ilkke.net/" />
<label text="- Default skin &amp;&amp; graphics introduced in v0.8" />
<hbox cell_hspan="2">
<link text="Other Contributors" url="https://www.aseprite.org/contributors/" />
<label text="&amp;&amp;" />
<link text="Third-Party Projects" url="" id="licenses" />
</hbox>
</grid>
<separator horizontal="true" />
<hbox>
<label text="Copyright (C) 2001-2019" />
<link text="Igara Studio S.A." url="https://www.igarastudio.com/" />
</hbox>
<link text="https://www.aseprite.org/" url="https://www.aseprite.org/" />
<hbox>
<boxfiller />
<button text="@general.close" closewindow="true" id="ok" magnet="true" minwidth="60" />
<boxfiller />
</hbox>
</vbox>
</window>
</gui>