Improve text area

This commit is contained in:
Jack251970 2025-03-01 22:29:14 +08:00
parent 9f55e8387e
commit bc7f4fe384
2 changed files with 6 additions and 6 deletions

View file

@ -325,8 +325,8 @@ namespace Flow.Launcher.Core.Plugin
{
var textBox = new TextBox()
{
MaxHeight = 150,
MinWidth = SettingPanelTextBlockMinWidth,
MinHeight = 150,
MinWidth = 240,
HorizontalAlignment = HorizontalAlignment.Left,
VerticalAlignment = VerticalAlignment.Center,
Margin = SettingPanelItemLeftTopBottomMargin,

View file

@ -358,8 +358,8 @@
Grid.Row="15"
Grid.Column="0"
Grid.ColumnSpan="2"
MinWidth="{StaticResource SettingPanelTextBlockMinWidth}"
MaxHeight="150"
MinWidth="240"
MinHeight="150"
Margin="{StaticResource SettingPanelItemTopBottomMargin}"
HorizontalAlignment="Left"
AcceptsReturn="True"
@ -378,8 +378,8 @@
Grid.Row="17"
Grid.Column="0"
Grid.ColumnSpan="2"
MinWidth="{StaticResource SettingPanelTextBlockMinWidth}"
MaxHeight="150"
MinWidth="240"
MinHeight="150"
Margin="{StaticResource SettingPanelItemTopBottomMargin}"
HorizontalAlignment="Left"
AcceptsReturn="True"