diff --git a/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs b/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs index 6d1d15d6c..7b28fa77c 100644 --- a/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs +++ b/Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs @@ -400,9 +400,10 @@ namespace Flow.Launcher.Core.Plugin var textBox = new TextBox() { Width = 300, - Height = 100, + Height = 120, Margin = settingControlMargin, TextWrapping = TextWrapping.WrapWithOverflow, + AcceptsReturn = true, Text = Settings[attribute.Name] as string ?? string.Empty }; textBox.TextChanged += (sender, _) =>