mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve text area
This commit is contained in:
parent
9f55e8387e
commit
bc7f4fe384
2 changed files with 6 additions and 6 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue