aseprite/data/widgets/main_window.xml

15 lines
613 B
XML
Raw Normal View History

<!-- ASEPRITE -->
2012-01-06 03:52:11 +00:00
<!-- 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">
<box noborders="true" vertical="true" id="colorbar" />
<box noborders="true" horizontal="true" id="editor" expansive="true" />
<box noborders="true" vertical="true" id="toolbar" />
2007-09-18 23:57:02 +00:00
</box>
<box noborders="true" horizontal="true" id="statusbar" />
2007-09-18 23:57:02 +00:00
</box>
</gui>