mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
26 lines
865 B
Plaintext
26 lines
865 B
Plaintext
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2009 by David Capello -->
|
|
<jinete>
|
|
<window text="Replace Color" name="replace_color">
|
|
<box horizontal="true">
|
|
<box vertical="true" expansive="true">
|
|
<box horizontal="true" expansive="true">
|
|
<box vertical="true" homogeneous="true">
|
|
<label text="From:" />
|
|
<label text="To:" />
|
|
</box>
|
|
<box vertical="true" homogeneous="true" expansive="true" name="color_buttons_box" />
|
|
</box>
|
|
<label text="Fuzziness:" />
|
|
<slider min="0" max="255" name="fuzziness" />
|
|
</box>
|
|
<box vertical="true">
|
|
<button text="&OK" name="button_ok" magnetic="true" />
|
|
<button text="&Cancel" />
|
|
<box name="target" />
|
|
<check text="&Preview" name="preview" />
|
|
</box>
|
|
</box>
|
|
</window>
|
|
</jinete>
|