2015-02-26 12:53:19 +00:00
|
|
|
<!-- Aseprite -->
|
|
|
|
<!-- Copyright (C) 2001-2015 by David Capello -->
|
|
|
|
<gui>
|
2015-03-02 17:43:44 +00:00
|
|
|
<vbox noborders="true" id="home_view" border="4" childspacing="2" expansive="true">
|
2015-04-08 23:05:05 +00:00
|
|
|
<hbox noborders="true" id="recover_sprites_placeholder">
|
|
|
|
<boxfiller />
|
|
|
|
<button id="recover_sprites" text="Recover Lost Sprites" border="8" />
|
|
|
|
<boxfiller />
|
|
|
|
</hbox>
|
|
|
|
|
2015-04-04 21:18:52 +00:00
|
|
|
<hbox noborders="true" id="header_placeholder">
|
2015-02-26 12:53:19 +00:00
|
|
|
<image file="icons/ase48.png" align="center" />
|
2015-02-26 15:28:26 +00:00
|
|
|
<vbox border="4" childspacing="4">
|
2015-02-26 12:53:19 +00:00
|
|
|
<link id="new_file" text="New File..." style="workspace_link" />
|
|
|
|
<link id="open_file" text="Open File..." style="workspace_link" />
|
|
|
|
</vbox>
|
2015-02-26 15:28:26 +00:00
|
|
|
<boxfiller />
|
|
|
|
<vbox border="4">
|
|
|
|
<link id="check_update" text="" style="workspace_link" />
|
|
|
|
</vbox>
|
2015-02-26 12:53:19 +00:00
|
|
|
</hbox>
|
2015-04-04 21:18:52 +00:00
|
|
|
<splitter horizontal="true" noborders="true" childspacing="2"
|
|
|
|
expansive="true" by="percetage" position="50" >
|
|
|
|
<splitter vertical="true" noborders="true" childspacing="2">
|
|
|
|
<vbox id="files_placeholder">
|
|
|
|
<label text="Recent files:" style="workspace_label" />
|
|
|
|
<view id="files_view" expansive="true" style="workspace_view" />
|
|
|
|
</vbox>
|
|
|
|
<vbox id="folders_placeholder">
|
|
|
|
<label text="Recent folders:" style="workspace_label" />
|
|
|
|
<view id="folders_view" expansive="true" style="workspace_view" />
|
|
|
|
</vbox>
|
|
|
|
</splitter>
|
|
|
|
<vbox id="news_placeholder" noborders="true" childspacing="2">
|
2015-02-26 12:53:19 +00:00
|
|
|
<label text="News:" style="workspace_label" />
|
2015-03-02 14:18:33 +00:00
|
|
|
<view id="news_view" expansive="true" style="workspace_view" />
|
2015-02-26 12:53:19 +00:00
|
|
|
</vbox>
|
2015-04-04 21:18:52 +00:00
|
|
|
</splitter>
|
2015-02-26 12:53:19 +00:00
|
|
|
</vbox>
|
|
|
|
</gui>
|