mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 05:51:22 -05:00
Rename UI Scale Mode to UI Alignment Mode
This commit is contained in:
@@ -376,11 +376,11 @@ CONFIG_DEFINE_ENUM_TEMPLATE(ECutsceneAspectRatio)
|
||||
{ "Unlocked", ECutsceneAspectRatio::Unlocked }
|
||||
};
|
||||
|
||||
CONFIG_DEFINE_ENUM_TEMPLATE(EUIScaleMode)
|
||||
CONFIG_DEFINE_ENUM_TEMPLATE(EUIAlignmentMode)
|
||||
{
|
||||
{ "Edge", EUIScaleMode::Edge },
|
||||
{ "Centre", EUIScaleMode::Centre },
|
||||
{ "Center", EUIScaleMode::Centre }
|
||||
{ "Edge", EUIAlignmentMode::Edge },
|
||||
{ "Centre", EUIAlignmentMode::Centre },
|
||||
{ "Center", EUIAlignmentMode::Centre }
|
||||
};
|
||||
|
||||
#undef CONFIG_DEFINE
|
||||
|
||||
Reference in New Issue
Block a user