aseprite/data/widgets/goto_frame.xml

19 lines
610 B
XML
Raw Normal View History

<!-- ASEPRITE -->
2013-01-27 15:13:13 +00:00
<!-- Copyright (C) 2001-2013 by David Capello -->
<gui>
<window text="Go to Frame" id="goto_frame">
<grid columns="3">
<label text="Frame number:" />
<entry expansive="true" maxsize="4" id="frame" magnet="true" />
<box cell_align="horizontal" />
<separator horizontal="true" cell_hspan="3" />
<box horizontal="true" homogeneous="true" cell_hspan="3" cell_align="right">
<button text="&amp;OK" closewindow="true" id="ok" magnet="true" minwidth="60" />
<button text="&amp;Cancel" closewindow="true" />
</box>
</grid>
</window>
</gui>