mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-08 12:40:50 +00:00
30 lines
1.2 KiB
XML
30 lines
1.2 KiB
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2001-2015 by David Capello -->
|
|
<gui>
|
|
<vbox noborders="true" id="home_view" border="4" childspacing="2" expansive="true">
|
|
<hbox noborders="true">
|
|
<image file="icons/ase48.png" align="center" />
|
|
<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>
|
|
<hbox noborders="true" expansive="true" homogeneous="true" childspacing="2">
|
|
<vbox noborders="true" childspacing="2">
|
|
<label text="Recent files:" style="workspace_label" />
|
|
<view id="files_view" expansive="true" style="workspace_view" />
|
|
<label text="Recent folders:" style="workspace_label" />
|
|
<view id="folders_view" expansive="true" style="workspace_view" />
|
|
</vbox>
|
|
<vbox noborders="true" childspacing="2">
|
|
<label text="News:" style="workspace_label" />
|
|
<view id="news_view" expansive="true" style="workspace_view" />
|
|
</vbox>
|
|
</hbox>
|
|
</vbox>
|
|
</gui>
|