Fix label height for color input row

This commit is contained in:
Zeffuro
2026-01-11 16:56:10 +01:00
parent 82b9d96335
commit 50fec68a7d
+1 -1
View File
@@ -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);