diff --git a/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs b/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs index 0729fba42..69934e9f4 100644 --- a/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs +++ b/Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs @@ -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, diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml index e525c84ad..a5e5f6007 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml @@ -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"