mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-30 21:18:34 +00:00
8e498470d5
Added the feature #2419098 (David Campo idea).
26 lines
765 B
Plaintext
26 lines
765 B
Plaintext
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2009 by David Capello -->
|
|
<jinete>
|
|
<window text="Replace Color" name="replace_color">
|
|
<box horizontal>
|
|
<box vertical expansive>
|
|
<box horizontal expansive>
|
|
<box vertical homogeneous>
|
|
<label text="From:" />
|
|
<label text="To:" />
|
|
</box>
|
|
<box vertical homogeneous expansive name="color_buttons_box" />
|
|
</box>
|
|
<label text="Fuzziness:" />
|
|
<slider min=0 max=255 name="fuzziness" />
|
|
</box>
|
|
<box vertical>
|
|
<button text="&OK" name="button_ok" magnetic />
|
|
<button text="&Cancel" />
|
|
<box name="target" />
|
|
<check text="&Preview" name="preview" />
|
|
</box>
|
|
</box>
|
|
</window>
|
|
</jinete>
|