mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 21:01:37 +00:00
Remove stretch option.
This commit is contained in:
parent
c337c67dec
commit
97bc5d1999
2 changed files with 0 additions and 3 deletions
|
|
@ -304,7 +304,6 @@ CONFIG_DEFINE_ENUM_LOCALE(EUIScaleMode)
|
|||
{
|
||||
ELanguage::English,
|
||||
{
|
||||
{ EUIScaleMode::Stretch, { "STRETCH", "Stretch: the UI will stretch to the display." } },
|
||||
{ EUIScaleMode::Edge, { "EDGE", "Edge: the UI will anchor to the edges of the display." } },
|
||||
{ EUIScaleMode::Centre, { "CENTER", "Center: the UI will anchor to the center of the display." } },
|
||||
}
|
||||
|
|
|
|||
|
|
@ -260,14 +260,12 @@ CONFIG_DEFINE_ENUM_TEMPLATE(EMotionBlur)
|
|||
|
||||
enum class EUIScaleMode : uint32_t
|
||||
{
|
||||
Stretch,
|
||||
Edge,
|
||||
Centre
|
||||
};
|
||||
|
||||
CONFIG_DEFINE_ENUM_TEMPLATE(EUIScaleMode)
|
||||
{
|
||||
{ "Stretch", EUIScaleMode::Stretch },
|
||||
{ "Edge", EUIScaleMode::Edge },
|
||||
{ "Centre", EUIScaleMode::Centre },
|
||||
{ "Center", EUIScaleMode::Centre }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue