aseprite/data/widgets/main_window.xml
David Capello 525851e6a1 The color bar is now resizable.
- 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.
2012-07-18 01:10:43 -03:00

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>