From 50fec68a7d4542c4a24a28e9e3c76f57e20024ef Mon Sep 17 00:00:00 2001 From: Zeffuro Date: Sun, 11 Jan 2026 16:56:10 +0100 Subject: [PATCH] Fix label height for color input row --- AetherBags/Nodes/Color/ColorInputRow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AetherBags/Nodes/Color/ColorInputRow.cs b/AetherBags/Nodes/Color/ColorInputRow.cs index 1eb082f..16475e4 100644 --- a/AetherBags/Nodes/Color/ColorInputRow.cs +++ b/AetherBags/Nodes/Color/ColorInputRow.cs @@ -48,7 +48,7 @@ public class ColorInputRow : HorizontalListNode { TextFlags = TextFlags.AutoAdjustNodeSize, Position = new Vector2(28, 0), - Height = 24, + Height = 28, String = Label ?? string.Empty, }; _labelTextNode.AttachNode(this);