mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
26 lines
744 B
XML
26 lines
744 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2019 Igara Studio S.A. -->
|
|
<!-- Copyright (C) 2001-2016 David Capello -->
|
|
<gui>
|
|
<window id="new_layer" text="@.title">
|
|
<vbox>
|
|
<grid columns="2">
|
|
<label text="@.name" />
|
|
<entry maxsize="256" text="@.default_new_layer_name" id="name" magnet="true" />
|
|
|
|
<vbox>
|
|
<label id="tileset_label" text="@.tileset" />
|
|
</vbox>
|
|
<hbox id="tileset_options" />
|
|
</grid>
|
|
<hbox>
|
|
<boxfiller />
|
|
<hbox homogeneous="true">
|
|
<button text="@general.ok" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
|
<button text="@general.cancel" closewindow="true" />
|
|
</hbox>
|
|
</hbox>
|
|
</vbox>
|
|
</window>
|
|
</gui>
|