aseprite/data/widgets/new_layer.xml
2016-12-23 12:38:32 -03:00

21 lines
646 B
XML

<!-- Aseprite -->
<!-- Copyright (C) 2001-2016 by David Capello -->
<gui>
<window id="new_layer" text="@.title">
<box vertical="true">
<box horizontal="true">
<box vertical="true" homogeneous="true">
<label text="@.name" />
</box>
<box vertical="true" homogeneous="true">
<entry maxsize="256" text="@.default_new_layer_name" id="name" magnet="true" />
</box>
</box>
<box horizontal="true" homogeneous="true">
<button text="@general.ok" closewindow="true" id="ok" magnet="true" />
<button text="@general.cancel" closewindow="true" />
</box>
</box>
</window>
</gui>