mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 00:23:35 +00:00
525851e6a1
- Added Splitter::Type so it can be by pixel or by percentage. - Added Widget::load/saveLayout functions and Widget::onLoad/SaveLayout events. - Added LayoutIO interface so we can delegate the serialization of the layout.
19 lines
728 B
XML
19 lines
728 B
XML
<!-- ASEPRITE -->
|
|
<!-- Copyright (C) 2001-2012 by David Capello -->
|
|
<gui>
|
|
<box noborders="true" vertical="true" id="main_box">
|
|
<box noborders="true" horizontal="true" id="menubar" />
|
|
<box noborders="true" horizontal="true" id="tabsbar" />
|
|
<box noborders="true" horizontal="true" expansive="true">
|
|
<splitter id="colorbarsplitter"
|
|
horizontal="true" expansive="true"
|
|
by="pixel" position="52">
|
|
<box noborders="true" vertical="true" id="colorbar" />
|
|
<box noborders="true" horizontal="true" id="editor" expansive="true" />
|
|
</splitter>
|
|
<box noborders="true" vertical="true" id="toolbar" />
|
|
</box>
|
|
<box noborders="true" horizontal="true" id="statusbar" />
|
|
</box>
|
|
</gui>
|