aseprite/data/widgets/about.xml

40 lines
1.4 KiB
XML
Raw Normal View History

<!-- Aseprite -->
2021-01-15 17:46:45 +00:00
<!-- Copyright (C) 2018-2021 Igara Studio S.A. -->
2018-12-06 15:30:17 +00:00
<!-- 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" />
2021-04-13 22:08:33 +00:00
<hbox homogeneous="true">
<hbox>
<vbox expansive="true">
<separator text="Developer Team" horizontal="true" />
<link text="David Capello" url="https://twitter.com/davidcapello" />
<link text="Gaspar Capello" url="https://twitter.com/Gasparoken" />
<link text="Martin Capello" url="https://twitter.com/martincapell0" />
<vbox minheight="8" />
</vbox>
<separator vertical="true" />
2018-07-24 18:27:02 +00:00
</hbox>
2021-04-13 22:08:33 +00:00
<vbox>
<separator text="Credits" horizontal="true" cell_hspan="2" />
<link text="Contributors" url="" id="credits" />
<link text="Open Source Projects" url="" id="licenses" />
</vbox>
</hbox>
<separator horizontal="true" />
2018-12-06 15:30:17 +00:00
<hbox>
2021-01-15 17:46:45 +00:00
<label text="Copyright (C) 2001-2021" />
2018-12-06 15:30:17 +00:00
<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>