aseprite/data/widgets/frame_properties.xml

24 lines
751 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<!-- Aseprite -->
<!-- Copyright (C) 2001-2016 by David Capello -->
<gui>
<window id="frame_properties" text="@.title">
2008-03-27 16:58:14 +00:00
<grid columns="3">
<label text="@.frame_number" />
<label text="" id="frame" />
2008-03-27 16:58:14 +00:00
<box cell_align="horizontal" />
<label text="@.duration" />
<entry maxsize="10" id="frlen" magnet="true" />
2008-03-27 16:58:14 +00:00
<box cell_align="horizontal" />
<separator horizontal="true" cell_hspan="3" />
2008-03-27 16:58:14 +00:00
<box horizontal="true" homogeneous="true" cell_hspan="3" cell_align="right">
<button text="@general.ok" closewindow="true" id="ok" magnet="true" minwidth="60" />
<button text="@general.cancel" closewindow="true" />
2007-09-18 23:57:02 +00:00
</box>
</grid>
2007-09-18 23:57:02 +00:00
</window>
</gui>