mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
13 lines
359 B
XML
13 lines
359 B
XML
<!-- ASEPRITE -->
|
|
<!-- Copyright (C) 2001-2013 by David Capello -->
|
|
<gui>
|
|
<box vertical="true" id="controls" expansive="true">
|
|
<view expansive="true" id="view" minwidth="128" minheight="64">
|
|
<listbox id="stock" />
|
|
</view>
|
|
<box horizontal="true">
|
|
<button text="&Reload Stock" id="reload" />
|
|
</box>
|
|
</box>
|
|
</gui>
|