File tree Expand file tree Collapse file tree 1 file changed +16
-10
lines changed
Plugins/Flow.Launcher.Plugin.WebSearch Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change 6161 <Image
6262 Width =" 20"
6363 Height =" 20"
64- Margin =" 6 0 0 0 "
64+ Margin =" 6 4 0 4 "
6565 Source =" {Binding Path=IconPath}" />
6666 </DataTemplate >
6767 </GridViewColumn .CellTemplate>
6868 </GridViewColumn >
6969
70- <GridViewColumn
71- Width =" 112"
72- DisplayMemberBinding =" {Binding ActionKeyword}"
73- Header =" {DynamicResource flowlauncher_plugin_websearch_action_keyword}" />
74- <GridViewColumn
75- Width =" 168"
76- DisplayMemberBinding =" {Binding Title}"
77- Header =" {DynamicResource flowlauncher_plugin_websearch_title}" />
70+ <GridViewColumn Width =" 112" Header =" {DynamicResource flowlauncher_plugin_websearch_action_keyword}" >
71+ <GridViewColumn .CellTemplate>
72+ <DataTemplate >
73+ <TextBlock Margin =" 0 6" Text =" {Binding ActionKeyword}" />
74+ </DataTemplate >
75+ </GridViewColumn .CellTemplate>
76+ </GridViewColumn >
77+ <GridViewColumn Width =" 168" Header =" {DynamicResource flowlauncher_plugin_websearch_title}" >
78+ <GridViewColumn .CellTemplate>
79+ <DataTemplate >
80+ <TextBlock Margin =" 0 6" Text =" {Binding Title}" />
81+ </DataTemplate >
82+ </GridViewColumn .CellTemplate>
83+ </GridViewColumn >
7884 <GridViewColumn Width =" 112" Header =" {DynamicResource flowlauncher_plugin_websearch_enable}" >
7985 <GridViewColumn .CellTemplate>
8086 <DataTemplate >
81- <TextBlock >
87+ <TextBlock Margin = " 0 6 " >
8288 <TextBlock .Style>
8389 <Style TargetType =" TextBlock" >
8490 <Setter Property =" Text" Value =" {DynamicResource flowlauncher_plugin_websearch_false}" />
You can’t perform that action at this time.
0 commit comments