mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-01 00:23:35 +00:00
11 lines
347 B
XML
11 lines
347 B
XML
|
<!-- ASE - Allegro Sprite Editor -->
|
||
|
<!-- Copyright (C) 2001-2011 by David Capello -->
|
||
|
<jinete>
|
||
|
<grid columns="2" name="controls">
|
||
|
<label text="Width:" />
|
||
|
<entry name="width" maxsize="4" cell_align="horizontal" />
|
||
|
<label text="Height:" />
|
||
|
<entry name="height" maxsize="4" cell_align="horizontal" />
|
||
|
</grid>
|
||
|
</jinete>
|