mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
11 lines
336 B
XML
11 lines
336 B
XML
<!-- Aseprite -->
|
|
<!-- Copyright (C) 2001-2016 by David Capello -->
|
|
<gui>
|
|
<grid columns="2" id="controls">
|
|
<label text="@despeckle.width" />
|
|
<entry id="width" maxsize="4" cell_align="horizontal" />
|
|
<label text="@despeckle.height" />
|
|
<entry id="height" maxsize="4" cell_align="horizontal" />
|
|
</grid>
|
|
</gui>
|