mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
24 lines
736 B
Plaintext
24 lines
736 B
Plaintext
|
<!-- ase -- allegro-sprite-editor: the ultimate sprites factory -->
|
||
|
<!-- Copyright (C) 2001-2005 by David A. Capello -->
|
||
|
|
||
|
<!-- Read "LEGAL.txt" for more information. -->
|
||
|
|
||
|
<window text=_("Frame Duration") name="frame_duration">
|
||
|
<box vertical>
|
||
|
<box horizontal expansive>
|
||
|
<box vertical homogeneous>
|
||
|
<label text=_("Frame position:") />
|
||
|
<label text=_("Frame duration (msecs):") />
|
||
|
</box>
|
||
|
<box vertical homogeneous expansive>
|
||
|
<label text="" name="frpos" />
|
||
|
<entry maxsize=32 name="frlen" />
|
||
|
</box>
|
||
|
</box>
|
||
|
<box horizontal homogeneous>
|
||
|
<button text=_("&OK") name="ok" magnetic />
|
||
|
<button text=_("&Cancel") />
|
||
|
</box>
|
||
|
</box>
|
||
|
</window>
|