mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
19 lines
588 B
XML
19 lines
588 B
XML
|
<!-- Aseprite -->
|
||
|
<!-- Copyright (C) 2001-2014 by David Capello -->
|
||
|
<gui>
|
||
|
<window text="Layer Properties" id="layer_properties">
|
||
|
<vbox>
|
||
|
<grid columns="2">
|
||
|
<label text="Name:" />
|
||
|
<entry text="" id="name" magnet="true" maxsize="256" minwidth="64" cell_align="horizontal" />
|
||
|
</grid>
|
||
|
<separator horizontal="true" />
|
||
|
<hbox>
|
||
|
<boxfiller />
|
||
|
<button text="&OK" closewindow="true" id="ok" magnet="true" width="60" />
|
||
|
<button text="&Cancel" closewindow="true" id="cancel" width="60" />
|
||
|
</hbox>
|
||
|
</vbox>
|
||
|
</window>
|
||
|
</gui>
|