Skip to content

Instantly share code, notes, and snippets.

@dacap
Created September 16, 2015 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dacap/cf33916b4a8ae163c8bb to your computer and use it in GitHub Desktop.
Save dacap/cf33916b4a8ae163c8bb to your computer and use it in GitHub Desktop.
<!-- Aseprite -->
<!-- Copyright (C) 2001-2015 by David Capello -->
<gui>
<window id="main_window" noborders="true" desktop="true">
<vbox noborders="true" expansive="true">
<hbox noborders="true" id="menu_bar_placeholder" />
<hbox noborders="true" id="tabs_placeholder" />
<splitter id="color_bar_splitter"
horizontal="true" expansive="true"
by="pixel">
<vbox noborders="true" id="color_bar_placeholder" />
<vbox noborders="true" expansive="true">
<vbox noborders="true" id="context_bar_placeholder" />
<hbox noborders="true" expansive="true">
<vbox noborders="true" id="tool_bar_placeholder" />
<splitter id="timeline_splitter"
vertical="true" expansive="true"
by="percetage" position="100">
<hbox noborders="true" id="workspace_placeholder" expansive="true" />
<vbox noborders="true" id="timeline_placeholder" expansive="true" />
</splitter>
</hbox>
</vbox>
</splitter>
<hbox noborders="true" id="status_bar_placeholder" />
</vbox>
</window>
</gui>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment