Minor visual nitpick changes

This commit is contained in:
Shawrkie Williams
2025-12-27 07:55:58 -05:00
parent 325a6a92f5
commit 7c8ae6b87b
12 changed files with 94 additions and 29 deletions
@@ -2,6 +2,7 @@
using KamiToolKit.Classes.Timelines;
using KamiToolKit.Nodes;
using System.Numerics;
using FFXIVClientStructs.FFXIV.Component.GUI;
namespace AetherBags.Nodes.Configuration.Layout;
@@ -16,7 +17,8 @@ internal sealed class CompactLookaheadNode : SimpleComponentNode
TitleNode = new LabelTextNode
{
Size = Size with { Y = 24 },
TextFlags = TextFlags.AutoAdjustNodeSize,
Height = 24,
String = "Compact Lookahead",
};
TitleNode.AttachNode(this);