aseprite/data/jids/median.jid

31 lines
910 B
Plaintext
Raw Normal View History

2007-11-16 18:25:45 +00:00
<!-- ASE - Allegro Sprite Editor -->
<!-- Copyright (C) 2001-2008 by David A. Capello -->
2007-09-18 23:57:02 +00:00
<!-- Read "LEGAL.txt" for more information. -->
<window text="Median Blur" name="median">
2007-09-18 23:57:02 +00:00
<box vertical>
<box horizontal>
<box horizontal expansive>
<box vertical homogeneous>
<label text="Width:" />
<label text="Height:" />
2007-09-18 23:57:02 +00:00
</box>
<box vertical homogeneous expansive>
<entry expansive name="width" maxsize=4 />
<entry expansive name="height" maxsize=4 />
</box>
</box>
<box vertical>
<box name="target" />
<check text="&Preview" name="preview" />
<check text="&Tiled" name="tiled" />
2007-09-18 23:57:02 +00:00
</box>
</box>
<box horizontal homogeneous expansive>
<button text="&OK" name="button_ok" magnetic />
<button text="&Cancel" />
2007-09-18 23:57:02 +00:00
</box>
</box>
</window>