mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
21 lines
646 B
XML
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>
|