mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 09:23:32 +00:00
13 lines
373 B
XML
13 lines
373 B
XML
<!-- ASEPRITE -->
|
|
<!-- Copyright (C) 2001-2012 by David Capello -->
|
|
<jinete>
|
|
<box vertical="true" name="controls" expansive="true">
|
|
<view expansive="true" name="view" minwidth="128" minheight="64">
|
|
<listbox name="stock" />
|
|
</view>
|
|
<box horizontal="true">
|
|
<button text="&Reload Stock" name="reload" />
|
|
</box>
|
|
</box>
|
|
</jinete>
|