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.
16 lines
466 B
Plaintext
16 lines
466 B
Plaintext
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2005, 2007 by David A. Capello -->
|
|
|
|
<!-- Read "LEGAL.txt" for more information. -->
|
|
|
|
<window text="Invert Color" name="invert_color">
|
|
<box vertical>
|
|
<box vertical expansive name="target" />
|
|
<check text="&Preview" name="preview" />
|
|
<box horizontal homogeneous>
|
|
<button text="&OK" name="button_ok" magnetic />
|
|
<button text="&Cancel" />
|
|
</box>
|
|
</box>
|
|
</window>
|