(05bb1cedc) Made SerializableEntityEditor string input fields scrollable horizontally. Closes #1158

This commit is contained in:
Joonas Rikkonen
2019-04-23 17:23:44 +03:00
parent 77d0b2aaab
commit 63f7449b6f
3 changed files with 38 additions and 14 deletions
@@ -510,6 +510,7 @@ namespace Barotrauma
ToolTip = toolTip,
Font = GUI.SmallFont,
Text = value,
OverflowClip = true,
OnEnterPressed = (textBox, text) =>
{
if (property.TrySetValue(entity, text))