mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
30 lines
1.0 KiB
XML
30 lines
1.0 KiB
XML
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2011 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:" />
|
|
</box>
|
|
<box vertical="true" homogeneous="true" expansive="true">
|
|
<entry expansive="true" name="width" maxsize="4" />
|
|
<entry expansive="true" name="height" maxsize="4" />
|
|
</box>
|
|
</box>
|
|
<box vertical="true">
|
|
<box name="target" />
|
|
<check text="&Preview" name="preview" />
|
|
<check text="&Tiled" name="tiled" />
|
|
</box>
|
|
</box>
|
|
<box horizontal="true" homogeneous="true" expansive="true">
|
|
<button text="&OK" closewindow="true" name="button_ok" magnetic="true" />
|
|
<button text="&Cancel" closewindow="true" />
|
|
</box>
|
|
</box>
|
|
</window>
|
|
</jinete>
|