mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
allow url column to auto adjust
This commit is contained in:
parent
f5dee93a39
commit
117402de76
1 changed files with 3 additions and 2 deletions
|
|
@ -85,7 +85,8 @@
|
|||
</GridViewColumn.CellTemplate>
|
||||
</GridViewColumn>
|
||||
<GridViewColumn Header="{DynamicResource flowlauncher_plugin_websearch_action_keyword}"
|
||||
DisplayMemberBinding="{Binding ActionKeyword}">
|
||||
DisplayMemberBinding="{Binding ActionKeyword}"
|
||||
Width="137">
|
||||
<GridViewColumn.CellTemplate>
|
||||
<DataTemplate>
|
||||
<TextBlock Text="{Binding ActionKeyword}"/>
|
||||
|
|
@ -94,7 +95,7 @@
|
|||
</GridViewColumn>
|
||||
<GridViewColumn Header="{DynamicResource flowlauncher_plugin_websearch_url}"
|
||||
DisplayMemberBinding="{Binding Url}"
|
||||
Width="388">
|
||||
Width="auto">
|
||||
<GridViewColumn.CellTemplate>
|
||||
<DataTemplate>
|
||||
<TextBlock Text="{Binding Url}"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue