mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-05 21:57:20 +00:00
18 lines
542 B
Plaintext
18 lines
542 B
Plaintext
|
<!-- ASE - Allegro Sprite Editor -->
|
||
|
<!-- Copyright (C) 2001-2008 by David A. Capello -->
|
||
|
<jinete>
|
||
|
<window text="JPEG Options" name="jpeg_options">
|
||
|
<grid columns="2">
|
||
|
<label text="Quality:" />
|
||
|
<slider min=0 max=10 name="quality" cell_align="horizontal" width="128" />
|
||
|
|
||
|
<separator horizontal cell_hspan="2" />
|
||
|
|
||
|
<box horizontal homogeneous cell_hspan="2" cell_align="right">
|
||
|
<button text="&OK" name="ok" magnetic minwidth="60" />
|
||
|
<button text="&Cancel" />
|
||
|
</box>
|
||
|
</grid>
|
||
|
</window>
|
||
|
</jinete>
|