aseprite/data/widgets/frame_tag_properties.xml
2017-04-04 20:02:29 -03:00

31 lines
880 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Aseprite -->
<!-- Copyright (C) 2015-2017 by David Capello -->
<gui>
<window id="frame_tag_properties" text="@.title">
<grid columns="2">
<label text="@.name" />
<entry maxsize="256" id="name" magnet="true" />
<label text="@.from" />
<entry maxsize="10" id="from" />
<label text="@.to" />
<entry maxsize="10" id="to" />
<label text="@.color" />
<colorpicker id="color" simple="true" />
<label text="@.ani_dir" />
<combobox id="anidir" />
<separator horizontal="true" cell_hspan="2" />
<box horizontal="true" homogeneous="true" cell_hspan="2" cell_align="right">
<button text="@general.ok" closewindow="true" id="ok" magnet="true" minwidth="60" />
<button text="@general.cancel" closewindow="true" />
</box>
</grid>
</window>
</gui>