mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
27 lines
890 B
XML
27 lines
890 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2001-2014 by David Capello -->
|
|
<gui>
|
|
<vbox noborders="true" id="main_box">
|
|
<hbox noborders="true" id="menubar" />
|
|
<hbox noborders="true" id="tabsbar" />
|
|
<splitter id="colorbarsplitter"
|
|
horizontal="true" expansive="true"
|
|
by="pixel">
|
|
<vbox noborders="true" id="colorbar" />
|
|
<vbox noborders="true" expansive="true">
|
|
<vbox noborders="true" id="contextbar" />
|
|
<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>
|
|
</vbox>
|
|
</splitter>
|
|
<hbox noborders="true" id="statusbar" />
|
|
</vbox>
|
|
</gui>
|