mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
34 lines
1022 B
Plaintext
34 lines
1022 B
Plaintext
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2009 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:" />
|
|
</box>
|
|
<box vertical="true" homogeneous="true">
|
|
<entry maxsize="256" text="New Layer" name="name" magnetic="true" />
|
|
</box>
|
|
</box>
|
|
<box horizontal="true" homogeneous="true">
|
|
<button text="&OK" name="ok" magnetic="true" />
|
|
<button text="&Cancel" />
|
|
</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" />
|
|
</box>
|
|
<box horizontal="true" homogeneous="true">
|
|
<button text="&OK" name="ok" magnetic="true" />
|
|
<button text="&Cancel" />
|
|
</box>
|
|
</box>
|
|
</window>
|
|
</jinete>
|
|
|