2012-01-06 04:12:57 +00:00
|
|
|
<!-- ASEPRITE -->
|
2013-01-27 15:13:13 +00:00
|
|
|
<!-- Copyright (C) 2001-2013 by David Capello -->
|
2012-06-16 02:37:59 +00:00
|
|
|
<gui>
|
|
|
|
<window text="JPEG Options" id="jpeg_options">
|
2008-04-12 03:09:53 +00:00
|
|
|
<grid columns="2">
|
|
|
|
<label text="Quality:" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<slider min="0" max="10" id="quality" cell_align="horizontal" width="128" />
|
2008-04-12 03:09:53 +00:00
|
|
|
|
2009-12-16 23:24:57 +00:00
|
|
|
<separator horizontal="true" cell_hspan="2" />
|
2008-04-12 03:09:53 +00:00
|
|
|
|
2009-12-16 23:24:57 +00:00
|
|
|
<box horizontal="true" homogeneous="true" cell_hspan="2" cell_align="right">
|
2012-06-16 02:37:59 +00:00
|
|
|
<button text="&OK" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
2010-08-23 20:41:19 +00:00
|
|
|
<button text="&Cancel" closewindow="true" />
|
2008-04-12 03:09:53 +00:00
|
|
|
</box>
|
|
|
|
</grid>
|
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|