aseprite/data/widgets/replace_color.xml

26 lines
903 B
XML
Raw Normal View History

2007-11-16 18:25:45 +00:00
<!-- ASE - Allegro Sprite Editor -->
<!-- Copyright (C) 2001-2011 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:" />
2007-09-18 23:57:02 +00:00
</box>
<box vertical="true" homogeneous="true" expansive="true" name="color_buttons_box" />
2007-09-18 23:57:02 +00:00
</box>
<label text="Tolerance:" />
<slider min="0" max="255" name="tolerance" />
2007-09-18 23:57:02 +00:00
</box>
<box vertical="true">
<button text="&amp;OK" closewindow="true" name="button_ok" magnetic="true" />
<button text="&amp;Cancel" closewindow="true" />
2007-09-18 23:57:02 +00:00
<box name="target" />
<check text="&amp;Preview" name="preview" />
2007-09-18 23:57:02 +00:00
</box>
</box>
</window>
</jinete>