aseprite/data/widgets/home_view.xml
David Capello 1b62515cd2 Add "Recover Files..." option in Home tab
We've changed the way the "recover files" option works:
* Now it's an option that is always available (so we can open files
  even from sessions that were correctly closed in the past)
* We can open sessions from other Aseprite versions (as in a "best
  effort" approach, if it works, ok, if it doesn't -> contact user
  support)
2019-05-27 23:53:57 -03:00

41 lines
1.7 KiB
XML

<!-- Aseprite -->
<!-- Copyright (C) 2019 Igara Studio S.A. -->
<!-- Copyright (C) 2001-2017 David Capello -->
<gui>
<vbox noborders="true" id="home_view" border="4" childspacing="2" expansive="true">
<hbox noborders="true" id="header_placeholder">
<link id="aseprite_face" style="aseprite_face" />
<vbox border="4" childspacing="4">
<link id="new_file" text="@.new_file" style="workspace_link" />
<link id="open_file" text="@.open_file" style="workspace_link" />
<link id="recover_sprites" text="@.recover_files" style="workspace_link"
tooltip="@.recover_files_tooltip" />
</vbox>
<boxfiller />
<vbox border="4">
<link id="check_update" text="" style="workspace_link" />
</vbox>
</hbox>
<splitter horizontal="true" noborders="true" childspacing="2"
expansive="true" by="percetage" position="50"
style="workspace_splitter">
<splitter vertical="true" noborders="true" childspacing="2"
style="workspace_splitter">
<vbox id="files_placeholder">
<label text="@home_view.recent_files" style="workspace_label" />
<view id="files_view" expansive="true" style="workspace_view" />
</vbox>
<vbox id="folders_placeholder">
<label text="@home_view.recent_folders" style="workspace_label" />
<view id="folders_view" expansive="true" style="workspace_view" />
</vbox>
</splitter>
<vbox id="news_placeholder" noborders="true" childspacing="2">
<label text="@home_view.news" style="workspace_label" />
<view id="news_view" expansive="true" style="workspace_view" />
</vbox>
</splitter>
</vbox>
</gui>