- Format change

This commit is contained in:
Nils Hausfeld
2024-06-09 23:52:34 +02:00
parent bd06ed9c14
commit ed8c7bc338

View File

@@ -225,7 +225,7 @@ namespace FlaxEditor.Surface.ContextMenu
_descriptionPanel = descriptionPanel;
var signatureFontReference = new FontReference(Style.Current.FontLarge.Asset, 11);
var signatureLabel = new Label(8, 8, Width - 16, Height - 16)
var signatureLabel = new Label(8, 12, Width - 16, Height - 16)
{
Parent = _descriptionPanel,
HorizontalAlignment = TextAlignment.Near,