2016-12-23 15:38:32 +00:00
|
|
|
<!-- Aseprite -->
|
2016-06-07 22:06:36 +00:00
|
|
|
<!-- Copyright (C) 2001-2016 by David Capello -->
|
2012-06-16 02:37:59 +00:00
|
|
|
<gui>
|
2016-12-23 15:38:32 +00:00
|
|
|
<window id="new_layer" text="@.title">
|
2016-06-08 18:23:51 +00:00
|
|
|
<box vertical="true">
|
|
|
|
<box horizontal="true">
|
|
|
|
<box vertical="true" homogeneous="true">
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.name" />
|
2016-06-08 18:23:51 +00:00
|
|
|
</box>
|
|
|
|
<box vertical="true" homogeneous="true">
|
2016-12-23 15:38:32 +00:00
|
|
|
<entry maxsize="256" text="@.default_new_layer_name" id="name" magnet="true" />
|
2016-06-08 18:23:51 +00:00
|
|
|
</box>
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2016-06-08 18:23:51 +00:00
|
|
|
<box horizontal="true" homogeneous="true">
|
2016-12-23 15:38:32 +00:00
|
|
|
<button text="@general.ok" closewindow="true" id="ok" magnet="true" />
|
|
|
|
<button text="@general.cancel" closewindow="true" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
|
|
|
</box>
|
2016-06-08 18:23:51 +00:00
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|