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 0067fe8 commit c684732Copy full SHA for c684732
Plugins/Flow.Launcher.Plugin.WebSearch/SettingsControl.xaml
@@ -76,7 +76,8 @@
76
<ListView.View>
77
<GridView>
78
<GridViewColumn Header="{DynamicResource flowlauncher_plugin_websearch_title}"
79
- DisplayMemberBinding="{Binding Title}">
+ DisplayMemberBinding="{Binding Title}"
80
+ Width="130">
81
<GridViewColumn.CellTemplate>
82
<DataTemplate>
83
<TextBlock Text="{Binding Title}"/>
@@ -93,7 +94,7 @@
93
94
</GridViewColumn>
95
<GridViewColumn Header="{DynamicResource flowlauncher_plugin_websearch_url}"
96
DisplayMemberBinding="{Binding Url}"
- Width="418">
97
+ Width="388">
98
99
100
<TextBlock Text="{Binding Url}"/>
0 commit comments