mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
cf3814bc20
Just for fun (and so themes can customize the icon too with other colors)
43 lines
1.8 KiB
XML
43 lines
1.8 KiB
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2001-2017 by David Capello -->
|
|
<gui>
|
|
<vbox noborders="true" id="home_view" border="4" childspacing="2" expansive="true">
|
|
<hbox noborders="true" id="recover_sprites_placeholder">
|
|
<boxfiller />
|
|
<button id="recover_sprites" text="@.recover" style="recover_sprites_button" />
|
|
<boxfiller />
|
|
</hbox>
|
|
|
|
<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" />
|
|
</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>
|