aseprite/data/widgets/despeckle.xml
David Capello a8d9636467 Refactor filters (effects).
+ Added Filter, FilterManager, and FilterIndexedData interfaces.
+ Moved all widgets related to filters to src/commands/filters.
+ Added the filters library.
+ Added FilterWindow and one derived window for each filter.
2011-03-13 15:50:31 -03:00

11 lines
347 B
XML

<!-- ASE - Allegro Sprite Editor -->
<!-- Copyright (C) 2001-2011 by David Capello -->
<jinete>
<grid columns="2" name="controls">
<label text="Width:" />
<entry name="width" maxsize="4" cell_align="horizontal" />
<label text="Height:" />
<entry name="height" maxsize="4" cell_align="horizontal" />
</grid>
</jinete>