File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 41
41
<KeyBinding Key =" Escape" Command =" {Binding EscCommand}" />
42
42
<KeyBinding Key =" F1" Command =" {Binding StartHelpCommand}" />
43
43
<KeyBinding Key =" F5" Command =" {Binding ReloadPluginDataCommand}" />
44
- <KeyBinding
45
- Key =" Tab"
46
- Command =" {Binding AutocompleteQueryCommand}" />
44
+ <KeyBinding Key =" Tab" Command =" {Binding AutocompleteQueryCommand}" />
47
45
<KeyBinding
48
46
Key =" Tab"
49
47
Command =" {Binding AutocompleteQueryCommand}"
192
190
</TextBox .ContextMenu>
193
191
</TextBox >
194
192
<Canvas Style =" {DynamicResource SearchIconPosition}" >
193
+ <Image
194
+ x : Name =" PluginActivationIcon"
195
+ Width =" 32"
196
+ Height =" 32"
197
+ Margin =" 0,0,0,0"
198
+ HorizontalAlignment =" Center"
199
+ VerticalAlignment =" Center"
200
+ Panel.ZIndex=" 2"
201
+ Source =" {Binding PluginIconPath}"
202
+ Stretch =" Uniform"
203
+ Style =" {DynamicResource PluginActivationIcon}" />
195
204
<Path
196
205
Name =" SearchIcon"
197
206
Margin =" 0"
You can’t perform that action at this time.
0 commit comments