2012-01-06 04:12:57 +00:00
|
|
|
<!-- ASEPRITE -->
|
2013-01-27 15:13:13 +00:00
|
|
|
<!-- Copyright (C) 2001-2013 by David Capello -->
|
2012-06-16 02:37:59 +00:00
|
|
|
<gui>
|
2012-07-09 16:20:58 +00:00
|
|
|
<box noborders="true" vertical="true" id="main_box">
|
2012-06-16 02:37:59 +00:00
|
|
|
<box noborders="true" horizontal="true" id="menubar" />
|
|
|
|
<box noborders="true" horizontal="true" id="tabsbar" />
|
2009-12-16 23:24:57 +00:00
|
|
|
<box noborders="true" horizontal="true" expansive="true">
|
2012-07-18 04:10:43 +00:00
|
|
|
<splitter id="colorbarsplitter"
|
|
|
|
horizontal="true" expansive="true"
|
|
|
|
by="pixel" position="52">
|
|
|
|
<box noborders="true" vertical="true" id="colorbar" />
|
2013-03-30 16:43:00 +00:00
|
|
|
<vbox noborders="true" expansive="true">
|
|
|
|
<vbox noborders="true" id="contextbar" />
|
2013-11-10 21:27:11 +00:00
|
|
|
<splitter id="timelinesplitter"
|
2013-11-10 22:06:37 +00:00
|
|
|
vertical="true" expansive="true"
|
2013-12-15 15:58:14 +00:00
|
|
|
by="percetage" position="100">
|
2013-11-10 21:27:11 +00:00
|
|
|
<hbox noborders="true" id="workspace" expansive="true" />
|
|
|
|
<vbox noborders="true" id="timeline" expansive="true" />
|
|
|
|
</splitter>
|
2013-03-30 16:43:00 +00:00
|
|
|
</vbox>
|
2012-07-18 04:10:43 +00:00
|
|
|
</splitter>
|
2012-06-16 02:37:59 +00:00
|
|
|
<box noborders="true" vertical="true" id="toolbar" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2012-06-16 02:37:59 +00:00
|
|
|
<box noborders="true" horizontal="true" id="statusbar" />
|
2007-09-18 23:57:02 +00:00
|
|
|
</box>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|