mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
18 lines
565 B
Plaintext
18 lines
565 B
Plaintext
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2009 by David Capello -->
|
|
<jinete>
|
|
<window text="Color Curve" name="color_curve">
|
|
<box vertical="true">
|
|
<box horizontal="true" expansive="true">
|
|
<view expansive="true" name="curve" /><!-- custom widget -->
|
|
<box vertical="true">
|
|
<button text="&OK" name="button_ok" magnetic="true" />
|
|
<button text="&Cancel" />
|
|
<box name="target" />
|
|
<check text="&Preview" name="preview" />
|
|
</box>
|
|
</box>
|
|
</box>
|
|
</window>
|
|
</jinete>
|