mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
8e498470d5
Added the feature #2419098 (David Campo idea).
15 lines
425 B
Plaintext
15 lines
425 B
Plaintext
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2009 by David Capello -->
|
|
<jinete>
|
|
<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>
|
|
</jinete>
|