mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 09:23:32 +00:00
8e498470d5
Added the feature #2419098 (David Campo idea).
18 lines
511 B
Plaintext
18 lines
511 B
Plaintext
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2009 by David Capello -->
|
|
<jinete>
|
|
<window text="Color Curve" name="color_curve">
|
|
<box vertical>
|
|
<box horizontal expansive>
|
|
<view expansive name="curve" /><!-- custom widget -->
|
|
<box vertical>
|
|
<button text="&OK" name="button_ok" magnetic />
|
|
<button text="&Cancel" />
|
|
<box name="target" />
|
|
<check text="&Preview" name="preview" />
|
|
</box>
|
|
</box>
|
|
</box>
|
|
</window>
|
|
</jinete>
|