mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-17 07:10:36 +00:00
cd23721a97
Also the ToolBar widget was published in the toolbar.h header file.
15 lines
613 B
XML
15 lines
613 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">
|
|
<box noborders="true" vertical="true" id="colorbar" />
|
|
<box noborders="true" horizontal="true" id="editor" expansive="true" />
|
|
<box noborders="true" vertical="true" id="toolbar" />
|
|
</box>
|
|
<box noborders="true" horizontal="true" id="statusbar" />
|
|
</box>
|
|
</gui>
|