mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
adjusted width of columns
This commit is contained in:
parent
0067fe86c6
commit
c6847326ad
1 changed files with 3 additions and 2 deletions
|
|
@ -76,7 +76,8 @@
|
|||
<ListView.View>
|
||||
<GridView>
|
||||
<GridViewColumn Header="{DynamicResource flowlauncher_plugin_websearch_title}"
|
||||
DisplayMemberBinding="{Binding Title}">
|
||||
DisplayMemberBinding="{Binding Title}"
|
||||
Width="130">
|
||||
<GridViewColumn.CellTemplate>
|
||||
<DataTemplate>
|
||||
<TextBlock Text="{Binding Title}"/>
|
||||
|
|
@ -93,7 +94,7 @@
|
|||
</GridViewColumn>
|
||||
<GridViewColumn Header="{DynamicResource flowlauncher_plugin_websearch_url}"
|
||||
DisplayMemberBinding="{Binding Url}"
|
||||
Width="418">
|
||||
Width="388">
|
||||
<GridViewColumn.CellTemplate>
|
||||
<DataTemplate>
|
||||
<TextBlock Text="{Binding Url}"/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue