Correct ADV History layout addressing

This commit is contained in:
gamer147
2026-07-19 10:43:52 -04:00
parent 1fdedfb41f
commit 280705d69c
9 changed files with 200 additions and 48 deletions

View File

@@ -586,7 +586,6 @@ public partial class Main : Godot.Control
AutowrapMode = TextServer.AutowrapMode.WordSmart,
ClipText = true,
};
label.SetAnchorsAndOffsetsPreset(LayoutPreset.FullRect);
label.AddThemeFontOverride("font", _text.GetThemeFont("font"));
AddChild(label);
return label;