2015-02-26 12:53:19 +00:00
|
|
|
<!-- Aseprite -->
|
2021-09-23 18:14:03 +00:00
|
|
|
<!-- Copyright (C) 2019-2021 Igara Studio S.A. -->
|
2019-05-27 14:10:52 +00:00
|
|
|
<!-- Copyright (C) 2001-2017 David Capello -->
|
2015-02-26 12:53:19 +00:00
|
|
|
<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
|
|
|
|
2015-04-04 21:18:52 +00:00
|
|
|
<hbox noborders="true" id="header_placeholder">
|
2017-08-25 19:54:34 +00:00
|
|
|
<link id="aseprite_face" style="aseprite_face" />
|
2015-02-26 15:28:26 +00:00
|
|
|
<vbox border="4" childspacing="4">
|
2016-12-23 15:38:32 +00:00
|
|
|
<link id="new_file" text="@.new_file" style="workspace_link" />
|
|
|
|
<link id="open_file" text="@.open_file" style="workspace_link" />
|
2019-05-27 14:10:52 +00:00
|
|
|
<link id="recover_sprites" text="@.recover_files" style="workspace_link"
|
|
|
|
tooltip="@.recover_files_tooltip" />
|
2015-02-26 12:53:19 +00:00
|
|
|
</vbox>
|
2015-02-26 15:28:26 +00:00
|
|
|
<boxfiller />
|
|
|
|
<vbox border="4">
|
2021-09-23 18:14:03 +00:00
|
|
|
<check id="share_crashdb" text="@.share_crashdb"
|
|
|
|
tooltip="@.share_crashdb_tooltip" style="workspace_check_box" />
|
2015-02-26 15:28:26 +00:00
|
|
|
<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"
|
2017-02-17 19:17:00 +00:00
|
|
|
expansive="true" by="percetage" position="50"
|
|
|
|
style="workspace_splitter">
|
|
|
|
<splitter vertical="true" noborders="true" childspacing="2"
|
|
|
|
style="workspace_splitter">
|
2015-04-04 21:18:52 +00:00
|
|
|
<vbox id="files_placeholder">
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@home_view.recent_files" style="workspace_label" />
|
2015-04-04 21:18:52 +00:00
|
|
|
<view id="files_view" expansive="true" style="workspace_view" />
|
|
|
|
</vbox>
|
|
|
|
<vbox id="folders_placeholder">
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@home_view.recent_folders" style="workspace_label" />
|
2015-04-04 21:18:52 +00:00
|
|
|
<view id="folders_view" expansive="true" style="workspace_view" />
|
|
|
|
</vbox>
|
|
|
|
</splitter>
|
|
|
|
<vbox id="news_placeholder" noborders="true" childspacing="2">
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@home_view.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>
|