mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-17 07:10:36 +00:00
31 lines
937 B
Plaintext
31 lines
937 B
Plaintext
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2005, 2007 by David A. Capello -->
|
|
|
|
<!-- Read "LEGAL.txt" for more information. -->
|
|
|
|
<window text=_("Median Blur") name="median">
|
|
<box vertical>
|
|
<box horizontal>
|
|
<box horizontal expansive>
|
|
<box vertical homogeneous>
|
|
<label text=_("Width:") />
|
|
<label text=_("Height:") />
|
|
</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" />
|
|
</box>
|
|
</box>
|
|
<box horizontal homogeneous expansive>
|
|
<button text=_("&OK") name="button_ok" magnetic />
|
|
<button text=_("&Cancel") />
|
|
</box>
|
|
</box>
|
|
</window>
|