mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
27 lines
884 B
XML
27 lines
884 B
XML
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2009 by David Capello -->
|
|
<jinete>
|
|
<window text="Configure Screen" name="configure_screen">
|
|
<box vertical="true">
|
|
<box horizontal="true" expansive="true">
|
|
<box vertical="true" homogeneous="true">
|
|
<label text="Resolution:" />
|
|
<label text="Color depth:" />
|
|
<label text="Pixel scaling:" />
|
|
<check text="Fullscreen" name="fullscreen" />
|
|
</box>
|
|
<box vertical="true" homogeneous="true" expansive="true">
|
|
<combobox name="resolution" />
|
|
<combobox name="color_depth" />
|
|
<combobox name="pixel_scale" />
|
|
<label text="" />
|
|
</box>
|
|
</box>
|
|
<box horizontal="true" homogeneous="true">
|
|
<button text="&OK" name="ok" magnetic="true" />
|
|
<button text="&Cancel" />
|
|
</box>
|
|
</box>
|
|
</window>
|
|
</jinete>
|