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.
19 lines
552 B
Plaintext
19 lines
552 B
Plaintext
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2005, 2007 by David A. Capello -->
|
|
|
|
<!-- Read "LEGAL.txt" for more information. -->
|
|
|
|
<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>
|