aseprite/data/widgets/median_blur.xml

30 lines
1007 B
XML
Raw Normal View History

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