2014-04-13 16:40:33 +00:00
|
|
|
<!-- Aseprite -->
|
|
|
|
<!-- Copyright (C) 2001-2014 by David Capello -->
|
2012-06-16 02:37:59 +00:00
|
|
|
<gui>
|
2014-04-13 16:40:33 +00:00
|
|
|
<vbox noborders="true" id="main_box">
|
|
|
|
<hbox noborders="true" id="menubar" />
|
|
|
|
<hbox noborders="true" id="tabsbar" />
|
2014-04-13 19:35:11 +00:00
|
|
|
<splitter id="colorbarsplitter"
|
2012-07-18 04:10:43 +00:00
|
|
|
horizontal="true" expansive="true"
|
2014-04-17 19:23:09 +00:00
|
|
|
by="pixel">
|
2014-04-13 16:40:33 +00:00
|
|
|
<vbox noborders="true" id="colorbar" />
|
2013-03-30 16:43:00 +00:00
|
|
|
<vbox noborders="true" expansive="true">
|
|
|
|
<vbox noborders="true" id="contextbar" />
|
2014-04-13 19:35:11 +00:00
|
|
|
<hbox noborders="true" expansive="true">
|
|
|
|
<splitter id="timelinesplitter"
|
|
|
|
vertical="true" expansive="true"
|
|
|
|
by="percetage" position="100">
|
|
|
|
<hbox noborders="true" id="workspace" expansive="true" />
|
|
|
|
<vbox noborders="true" id="timeline" expansive="true" />
|
|
|
|
</splitter>
|
|
|
|
<vbox noborders="true" id="toolbar" />
|
|
|
|
</hbox>
|
2013-03-30 16:43:00 +00:00
|
|
|
</vbox>
|
2014-04-13 19:35:11 +00:00
|
|
|
</splitter>
|
2014-04-13 16:40:33 +00:00
|
|
|
<hbox noborders="true" id="statusbar" />
|
|
|
|
</vbox>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|