mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 00:23:35 +00:00
df0104734f
Fixed some bugs in the GUI system. Added tabs, and removed the list-menu.
39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2005, 2007 by David A. Capello -->
|
|
|
|
<!-- Read "LEGAL.txt" for more information. -->
|
|
|
|
<window text="Replace Color" name="replace_color">
|
|
<box horizontal>
|
|
<box vertical expansive>
|
|
<box horizontal expansive>
|
|
<box vertical homogeneous>
|
|
<label text="Get:" />
|
|
<label text="Put:" />
|
|
</box>
|
|
<box vertical homogeneous expansive>
|
|
<box horizontal expansive>
|
|
<box vertical homogeneous expansive name="color_buttons_box" />
|
|
<box vertical homogeneous>
|
|
<button text="1" name="button1_1" />
|
|
<button text="1" name="button2_1" />
|
|
</box>
|
|
<box vertical homogeneous>
|
|
<button text="2" name="button1_2" />
|
|
<button text="2" name="button2_2" />
|
|
</box>
|
|
</box>
|
|
</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>
|