mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 03:16:58 +00:00
10 lines
242 B
XML
10 lines
242 B
XML
|
<!-- ASEPRITE -->
|
||
|
<!-- Copyright (C) 2015 by David Capello -->
|
||
|
<gui>
|
||
|
<window id="undo_history" text="Undo History">
|
||
|
<view id="view" expansive="true" width="80" height="100">
|
||
|
<listbox id="actions" />
|
||
|
</view>
|
||
|
</window>
|
||
|
</gui>
|