2016-12-23 15:38:32 +00:00
|
|
|
<!-- Aseprite -->
|
2018-02-07 17:35:12 +00:00
|
|
|
<!-- Copyright (C) 2001-2018 by David Capello -->
|
2012-06-16 02:37:59 +00:00
|
|
|
<gui>
|
2016-12-23 15:38:32 +00:00
|
|
|
<window id="jpeg_options" text="@.title">
|
2008-04-12 03:09:53 +00:00
|
|
|
<grid columns="2">
|
2016-12-23 15:38:32 +00:00
|
|
|
<label text="@.quality" />
|
2012-06-16 02:37:59 +00:00
|
|
|
<slider min="0" max="10" id="quality" cell_align="horizontal" width="128" />
|
2024-12-16 13:10:34 +00:00
|
|
|
|
2009-12-16 23:24:57 +00:00
|
|
|
<separator horizontal="true" cell_hspan="2" />
|
2024-12-16 13:10:34 +00:00
|
|
|
|
2018-02-07 17:35:12 +00:00
|
|
|
<hbox cell_hspan="2">
|
|
|
|
<check text="@general.dont_show" id="dont_show" tooltip="@general.dont_show_tooltip" />
|
|
|
|
<boxfiller />
|
|
|
|
<hbox homogeneous="true">
|
|
|
|
<button text="@general.ok" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
|
|
|
<button text="@general.cancel" closewindow="true" />
|
|
|
|
</hbox>
|
|
|
|
</hbox>
|
2008-04-12 03:09:53 +00:00
|
|
|
</grid>
|
|
|
|
</window>
|
2012-06-16 02:37:59 +00:00
|
|
|
</gui>
|