aseprite/data/jids/colcurv.jid
2007-11-16 18:25:45 +00:00

19 lines
564 B
Plaintext

<!-- ASE - Allegro Sprite Editor -->
<!-- Copyright (C) 2001-2005, 2007 by David A. Capello -->
<!-- Read "LEGAL.txt" for more information. -->
<window text=_("Color Curve") name="color_curve">
<box vertical>
<box horizontal expansive>
<view expansive name="curve" /><!-- custom widget -->
<box vertical>
<button text=_("&OK") name="button_ok" magnetic />
<button text=_("&Cancel") />
<box name="target" />
<check text=_("&Preview") name="preview" />
</box>
</box>
</box>
</window>