Skip to content

Commit d908a5f

Browse files
Changed mod menu entry font to SmallFont.
1 parent 08aaa04 commit d908a5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ModConfigManagerClient/MSettingsMenu.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ private void Gameplay_GenerateGameplayScreen()
903903

904904
private System.Action AddListEntry(GUILayoutGroup layoutGroup, IDisplayable entry, Vector2 scaleRatio, Vector2 adjustRatio)
905905
{
906-
GUIUtil.Label(layoutGroup, new RawLString(entry.DisplayName), GUIStyle.SubHeadingFont, adjustRatio);
906+
GUIUtil.Label(layoutGroup, new RawLString(entry.DisplayName), GUIStyle.SmallFont, adjustRatio);
907907
if (entry.GetDisplayType() == DisplayType.Tickbox)
908908
{
909909
var tickbox = GUIUtil.Tickbox(layoutGroup, "", "",

0 commit comments

Comments
 (0)