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