Skip to content

Commit bc7f4fe

Browse files
committed
Improve text area
1 parent 9f55e83 commit bc7f4fe

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,8 @@ public void Save()
325325
{
326326
var textBox = new TextBox()
327327
{
328-
MaxHeight = 150,
329-
MinWidth = SettingPanelTextBlockMinWidth,
328+
MinHeight = 150,
329+
MinWidth = 240,
330330
HorizontalAlignment = HorizontalAlignment.Left,
331331
VerticalAlignment = VerticalAlignment.Center,
332332
Margin = SettingPanelItemLeftTopBottomMargin,

Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,8 @@
358358
Grid.Row="15"
359359
Grid.Column="0"
360360
Grid.ColumnSpan="2"
361-
MinWidth="{StaticResource SettingPanelTextBlockMinWidth}"
362-
MaxHeight="150"
361+
MinWidth="240"
362+
MinHeight="150"
363363
Margin="{StaticResource SettingPanelItemTopBottomMargin}"
364364
HorizontalAlignment="Left"
365365
AcceptsReturn="True"
@@ -378,8 +378,8 @@
378378
Grid.Row="17"
379379
Grid.Column="0"
380380
Grid.ColumnSpan="2"
381-
MinWidth="{StaticResource SettingPanelTextBlockMinWidth}"
382-
MaxHeight="150"
381+
MinWidth="240"
382+
MinHeight="150"
383383
Margin="{StaticResource SettingPanelItemTopBottomMargin}"
384384
HorizontalAlignment="Left"
385385
AcceptsReturn="True"

0 commit comments

Comments
 (0)