Skip to content

Commit 117402d

Browse files
committed
allow url column to auto adjust
1 parent f5dee93 commit 117402d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Plugins/Flow.Launcher.Plugin.WebSearch/SettingsControl.xaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@
8585
</GridViewColumn.CellTemplate>
8686
</GridViewColumn>
8787
<GridViewColumn Header="{DynamicResource flowlauncher_plugin_websearch_action_keyword}"
88-
DisplayMemberBinding="{Binding ActionKeyword}">
88+
DisplayMemberBinding="{Binding ActionKeyword}"
89+
Width="137">
8990
<GridViewColumn.CellTemplate>
9091
<DataTemplate>
9192
<TextBlock Text="{Binding ActionKeyword}"/>
@@ -94,7 +95,7 @@
9495
</GridViewColumn>
9596
<GridViewColumn Header="{DynamicResource flowlauncher_plugin_websearch_url}"
9697
DisplayMemberBinding="{Binding Url}"
97-
Width="388">
98+
Width="auto">
9899
<GridViewColumn.CellTemplate>
99100
<DataTemplate>
100101
<TextBlock Text="{Binding Url}"/>

0 commit comments

Comments
 (0)