mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-04 08:46:09 +00:00
21 lines
624 B
XML
21 lines
624 B
XML
<!-- ASEPRITE -->
|
|
<!-- Copyright (C) 2001-2016 by David Capello -->
|
|
<gui>
|
|
<window text="New Layer" id="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" id="name" magnet="true" />
|
|
</box>
|
|
</box>
|
|
<box horizontal="true" homogeneous="true">
|
|
<button text="&OK" closewindow="true" id="ok" magnet="true" />
|
|
<button text="&Cancel" closewindow="true" />
|
|
</box>
|
|
</box>
|
|
</window>
|
|
</gui>
|