Fix label height for color input row
This commit is contained in:
@@ -48,7 +48,7 @@ public class ColorInputRow : HorizontalListNode
|
|||||||
{
|
{
|
||||||
TextFlags = TextFlags.AutoAdjustNodeSize,
|
TextFlags = TextFlags.AutoAdjustNodeSize,
|
||||||
Position = new Vector2(28, 0),
|
Position = new Vector2(28, 0),
|
||||||
Height = 24,
|
Height = 28,
|
||||||
String = Label ?? string.Empty,
|
String = Label ?? string.Empty,
|
||||||
};
|
};
|
||||||
_labelTextNode.AttachNode(this);
|
_labelTextNode.AttachNode(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user