- Center alignment for surface comment header

This commit is contained in:
Nils Hausfeld
2024-09-20 21:00:34 +02:00
parent ed7f190778
commit 382ac2c70b

View File

@@ -74,6 +74,7 @@ namespace FlaxEditor.Surface
Visible = false,
Parent = this,
EndEditOnClick = false, // We have to handle this ourselves, otherwise the textbox instantly loses focus when double-clicking the header
HorizontalAlignment = TextAlignment.Center,
};
}