From: Holger Schemel Date: Mon, 4 Feb 2019 20:59:07 +0000 (+0100) Subject: added options for alignment of selection lists on setup sub-screens X-Git-Tag: 4.1.2.0~33 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;ds=sidebyside;h=dc0d3a4edd8a5b989f6fcd89e48a77b4ca590df4;hp=dc0d3a4edd8a5b989f6fcd89e48a77b4ca590df4;p=rocksndiamonds.git 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). ---