aseprite/data/jids/main.jid
David Capello 8e498470d5 Fixed bug #2511762 (thanks to Clayton Enga for the patch).
Added the feature #2419098 (David Campo idea).
2009-01-24 00:41:01 +00:00

17 lines
587 B
Plaintext

<!-- ASE - Allegro Sprite Editor -->
<!-- Copyright (C) 2001-2009 by David Capello -->
<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>