mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-03 23:41:56 +00:00
ef28731b5a
Removed the bugreport address "color" is now in the core (isn't a module anymore) Refactored palette_editor -> paledit Added test_intmult.c Completed test_jlist.c Added test_init, test_init_gui & test_exit routines Added test_jgrid.c
18 lines
639 B
Plaintext
18 lines
639 B
Plaintext
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2008 by David A. Capello -->
|
|
<!-- Read "LEGAL.txt" for more information. -->
|
|
<jinete>
|
|
<window noborders desktop text="Main Window" name="main_window">
|
|
<box noborders vertical>
|
|
<box noborders horizontal name="menubar" />
|
|
<box noborders horizontal name="tabsbar" />
|
|
<box noborders horizontal expansive>
|
|
<box noborders vertical name="colorbar" />
|
|
<box noborders horizontal name="editor" expansive />
|
|
<box noborders vertical name="toolbar" />
|
|
</box>
|
|
<box noborders horizontal name="statusbar" />
|
|
</box>
|
|
</window>
|
|
</jinete>
|