Small fixes

This commit is contained in:
Chandler Cox
2023-04-08 08:54:06 -05:00
parent 4e3d5ad11c
commit a82856176e

View File

@@ -137,13 +137,13 @@ namespace FlaxEditor.Surface.ContextMenu
Y = 1,
BackgroundColor = Style.Current.BackgroundNormal,
};
// Title bar
var titleLabel = new Label
{
Width = Width - 8,
Height = 20,
X = 4,
Y = 1,
Parent = headerPanel,
Text = "Select Node",
HorizontalAlignment = TextAlignment.Near,