mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 09:19:27 +00:00
18 lines
584 B
XML
18 lines
584 B
XML
<!-- ASEPRITE -->
|
|
<!-- Copyright (C) 2001-2013 by David Capello -->
|
|
<gui>
|
|
<window text="JPEG Options" id="jpeg_options">
|
|
<grid columns="2">
|
|
<label text="Quality:" />
|
|
<slider min="0" max="10" id="quality" cell_align="horizontal" width="128" />
|
|
|
|
<separator horizontal="true" cell_hspan="2" />
|
|
|
|
<box horizontal="true" homogeneous="true" cell_hspan="2" cell_align="right">
|
|
<button text="&OK" closewindow="true" id="ok" magnet="true" minwidth="60" />
|
|
<button text="&Cancel" closewindow="true" />
|
|
</box>
|
|
</grid>
|
|
</window>
|
|
</gui>
|