mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-29 09:23:32 +00:00
8e498470d5
Added the feature #2419098 (David Campo idea).
27 lines
799 B
Plaintext
27 lines
799 B
Plaintext
<!-- ASE - Allegro Sprite Editor -->
|
|
<!-- Copyright (C) 2001-2009 by David Capello -->
|
|
<jinete>
|
|
<window text="Configure Screen" name="configure_screen">
|
|
<box vertical>
|
|
<box horizontal expansive>
|
|
<box vertical homogeneous>
|
|
<label text="Resolution:" />
|
|
<label text="Color depth:" />
|
|
<label text="Pixel scaling:" />
|
|
<check text="Fullscreen" name="fullscreen" />
|
|
</box>
|
|
<box vertical homogeneous expansive>
|
|
<combobox name="resolution" />
|
|
<combobox name="color_depth" />
|
|
<combobox name="pixel_scale" />
|
|
<label text="" />
|
|
</box>
|
|
</box>
|
|
<box horizontal homogeneous>
|
|
<button text="&OK" name="ok" magnetic />
|
|
<button text="&Cancel" />
|
|
</box>
|
|
</box>
|
|
</window>
|
|
</jinete>
|