We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5daf906 commit c35ddbcCopy full SHA for c35ddbc
Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs
@@ -400,9 +400,10 @@ public Control CreateSettingPanel()
400
var textBox = new TextBox()
401
{
402
Width = 300,
403
- Height = 100,
+ Height = 120,
404
Margin = settingControlMargin,
405
TextWrapping = TextWrapping.WrapWithOverflow,
406
+ AcceptsReturn = true,
407
Text = Settings[attribute.Name] as string ?? string.Empty
408
};
409
textBox.TextChanged += (sender, _) =>
0 commit comments