aseprite/data/widgets/new_layer.xml

34 lines
1022 B
XML
Raw Normal View History

2007-11-16 18:25:45 +00:00
<!-- ASE - Allegro Sprite Editor -->
2010-04-29 02:52:51 +00:00
<!-- Copyright (C) 2001-2010 by David Capello -->
<jinete>
<window text="New Image Layer" name="new_layer">
<box vertical="true">
<box horizontal="true">
<box vertical="true" homogeneous="true">
<label text="Name:" />
2007-09-18 23:57:02 +00:00
</box>
<box vertical="true" homogeneous="true">
<entry maxsize="256" text="New Layer" name="name" magnetic="true" />
2007-09-18 23:57:02 +00:00
</box>
</box>
<box horizontal="true" homogeneous="true">
<button text="&amp;OK" name="ok" magnetic="true" />
<button text="&amp;Cancel" />
2007-09-18 23:57:02 +00:00
</box>
</box>
</window>
<window text="New Layer Set" name="new_layer_set">
<box vertical="true">
<box horizontal="true">
<label text="Name:" />
<entry maxsize="256" text="New Set" name="name" />
2007-09-18 23:57:02 +00:00
</box>
<box horizontal="true" homogeneous="true">
<button text="&amp;OK" name="ok" magnetic="true" />
<button text="&amp;Cancel" />
2007-09-18 23:57:02 +00:00
</box>
</box>
</window>
</jinete>