added options for alignment of selection lists on setup sub-screens
authorHolger Schemel <info@artsoft.org>
Mon, 4 Feb 2019 20:59:07 +0000 (21:59 +0100)
committerHolger Schemel <info@artsoft.org>
Mon, 4 Feb 2019 21:04:15 +0000 (22:04 +0100)
commitdc0d3a4edd8a5b989f6fcd89e48a77b4ca590df4
tree6235c14e47eb6960cec4bdc34bb6448425c8e212
parentf2167d8d406e4cdf7505cd2a055853c6f0c2a69c
added options for alignment of selection lists on setup sub-screens

This adds two new "graphicsinfo.conf" options that are a bit special:

- menu.list.SETUP[CHOOSE_OTHER].align
- menu.list.SETUP[CHOOSE_OTHER].valign

These new options can be used for horizontal and vertical alignment
of selection lists on setup sub-screens (which cannot be adjusted
individually like the other setup screens using "menu.draw_xoffset"
and "menu.draw_yoffset").

Values are as usual: "left", "center" and "right" for ".align" and
"top", "middle", "bottom" for ".valign" (with "left" and "top" being
the default values).
build-scripts/create_element_defs.pl
src/conf_gfx.c
src/main.h
src/screens.c