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 f5dee93 commit 117402dCopy full SHA for 117402d
Plugins/Flow.Launcher.Plugin.WebSearch/SettingsControl.xaml
@@ -85,7 +85,8 @@
85
</GridViewColumn.CellTemplate>
86
</GridViewColumn>
87
<GridViewColumn Header="{DynamicResource flowlauncher_plugin_websearch_action_keyword}"
88
- DisplayMemberBinding="{Binding ActionKeyword}">
+ DisplayMemberBinding="{Binding ActionKeyword}"
89
+ Width="137">
90
<GridViewColumn.CellTemplate>
91
<DataTemplate>
92
<TextBlock Text="{Binding ActionKeyword}"/>
@@ -94,7 +95,7 @@
94
95
96
<GridViewColumn Header="{DynamicResource flowlauncher_plugin_websearch_url}"
97
DisplayMemberBinding="{Binding Url}"
- Width="388">
98
+ Width="auto">
99
100
101
<TextBlock Text="{Binding Url}"/>
0 commit comments