File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 60
60
61
61
<!-- Setting Plugin -->
62
62
<system : String x : Key =" searchplugin" >Search Plugin</system : String >
63
+ <system : String x : Key =" searchpluginToolTip" >Ctrl+F to Search Plugins</system : String >
63
64
<system : String x : Key =" searchplugin_Noresult_Title" >No results to display</system : String >
64
65
<system : String x : Key =" searchplugin_Noresult_Subtitle" >Try another search term.</system : String >
65
66
<system : String x : Key =" searchplugin_Noresult_Subtitle_Network" >Please check your network connection or try another search term.</system : String >
Original file line number Diff line number Diff line change 972
972
KeyDown =" PluginFilterTxb_OnKeyDown"
973
973
LostFocus =" RefreshPluginListEventHandler"
974
974
Text =" "
975
- TextAlignment =" Left" >
975
+ TextAlignment =" Left"
976
+ ToolTip =" {DynamicResource searchpluginToolTip}"
977
+ ToolTipService.InitialShowDelay=" 200"
978
+ ToolTipService.Placement=" Top" >
976
979
<TextBox .Style>
977
980
<Style BasedOn =" {StaticResource DefaultTextBoxStyle}" TargetType =" TextBox" >
978
981
<Style .Resources>
1384
1387
KeyDown =" PluginStoreFilterTxb_OnKeyDown"
1385
1388
LostFocus =" RefreshPluginStoreEventHandler"
1386
1389
Text =" "
1387
- TextAlignment =" Left" >
1390
+ TextAlignment =" Left"
1391
+ ToolTip =" {DynamicResource searchpluginToolTip}"
1392
+ ToolTipService.InitialShowDelay=" 200"
1393
+ ToolTipService.Placement=" Top" >
1388
1394
<TextBox .Style>
1389
1395
<Style BasedOn =" {StaticResource DefaultTextBoxStyle}" TargetType =" TextBox" >
1390
1396
<Style .Resources>
You can’t perform that action at this time.
0 commit comments