|
202 | 202 | <RowDefinition Height="Auto" /> |
203 | 203 | <RowDefinition Height="Auto" /> |
204 | 204 | <RowDefinition Height="Auto" /> |
| 205 | + <RowDefinition Height="Auto" /> |
205 | 206 | </Grid.RowDefinitions> |
206 | 207 | <Grid.ColumnDefinitions> |
207 | 208 | <ColumnDefinition Width="Auto" /> |
|
234 | 235 | Content="{DynamicResource plugin_explorer_display_more_info_in_tooltip}" |
235 | 236 | IsChecked="{Binding Settings.DisplayMoreInformationInToolTip}" /> |
236 | 237 |
|
237 | | - <TextBlock |
| 238 | + <CheckBox |
238 | 239 | Grid.Row="3" |
239 | 240 | Grid.Column="0" |
| 241 | + Grid.ColumnSpan="2" |
| 242 | + Margin="{StaticResource SettingPanelItemTopBottomMargin}" |
| 243 | + HorizontalAlignment="Left" |
| 244 | + Content="{DynamicResource plugin_explorer_boost_home_folder_score}" |
| 245 | + IsChecked="{Binding Settings.BoostHomeFolderScore}" /> |
| 246 | + |
| 247 | + <TextBlock |
| 248 | + Grid.Row="4" |
| 249 | + Grid.Column="0" |
240 | 250 | Margin="{StaticResource SettingPanelItemTopBottomMargin}" |
241 | 251 | HorizontalAlignment="Left" |
242 | 252 | VerticalAlignment="Center" |
243 | 253 | Foreground="{DynamicResource Color05B}" |
244 | 254 | Text="{DynamicResource plugin_explorer_file_editor_path}" /> |
245 | 255 | <StackPanel |
246 | | - Grid.Row="3" |
| 256 | + Grid.Row="4" |
247 | 257 | Grid.Column="1" |
248 | 258 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}" |
249 | 259 | Orientation="Horizontal"> |
|
262 | 272 | </StackPanel> |
263 | 273 |
|
264 | 274 | <TextBlock |
265 | | - Grid.Row="4" |
| 275 | + Grid.Row="5" |
266 | 276 | Grid.Column="0" |
267 | 277 | Margin="{StaticResource SettingPanelItemTopBottomMargin}" |
268 | 278 | HorizontalAlignment="Left" |
269 | 279 | VerticalAlignment="Center" |
270 | 280 | Foreground="{DynamicResource Color05B}" |
271 | 281 | Text="{DynamicResource plugin_explorer_folder_editor_path}" /> |
272 | 282 | <StackPanel |
273 | | - Grid.Row="4" |
| 283 | + Grid.Row="5" |
274 | 284 | Grid.Column="1" |
275 | 285 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}" |
276 | 286 | Orientation="Horizontal"> |
|
289 | 299 | </StackPanel> |
290 | 300 |
|
291 | 301 | <TextBlock |
292 | | - Grid.Row="5" |
| 302 | + Grid.Row="6" |
293 | 303 | Grid.Column="0" |
294 | 304 | Margin="{StaticResource SettingPanelItemTopBottomMargin}" |
295 | 305 | HorizontalAlignment="Left" |
296 | 306 | VerticalAlignment="Center" |
297 | 307 | Foreground="{DynamicResource Color05B}" |
298 | 308 | Text="{DynamicResource plugin_explorer_shell_path}" /> |
299 | 309 | <StackPanel |
300 | | - Grid.Row="5" |
| 310 | + Grid.Row="6" |
301 | 311 | Grid.Column="1" |
302 | 312 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}" |
303 | 313 | Orientation="Horizontal"> |
|
316 | 326 | </StackPanel> |
317 | 327 |
|
318 | 328 | <TextBlock |
319 | | - Grid.Row="6" |
| 329 | + Grid.Row="7" |
320 | 330 | Grid.Column="0" |
321 | 331 | Margin="{StaticResource SettingPanelItemTopBottomMargin}" |
322 | 332 | VerticalAlignment="Center" |
323 | 333 | Foreground="{DynamicResource Color05B}" |
324 | 334 | Text="{DynamicResource plugin_explorer_Index_Search_Engine}" /> |
325 | 335 | <ComboBox |
326 | | - Grid.Row="6" |
| 336 | + Grid.Row="7" |
327 | 337 | Grid.Column="1" |
328 | 338 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}" |
329 | 339 | HorizontalAlignment="Left" |
|
333 | 343 | SelectedItem="{Binding SelectedIndexSearchEngine}" /> |
334 | 344 |
|
335 | 345 | <TextBlock |
336 | | - Grid.Row="7" |
| 346 | + Grid.Row="8" |
337 | 347 | Grid.Column="0" |
338 | 348 | Margin="{StaticResource SettingPanelItemTopBottomMargin}" |
339 | 349 | VerticalAlignment="Center" |
340 | 350 | Foreground="{DynamicResource Color05B}" |
341 | 351 | Text="{DynamicResource plugin_explorer_Content_Search_Engine}" /> |
342 | 352 | <ComboBox |
343 | | - Grid.Row="7" |
| 353 | + Grid.Row="8" |
344 | 354 | Grid.Column="1" |
345 | 355 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}" |
346 | 356 | HorizontalAlignment="Left" |
|
350 | 360 | SelectedItem="{Binding SelectedContentSearchEngine}" /> |
351 | 361 |
|
352 | 362 | <TextBlock |
353 | | - Grid.Row="8" |
| 363 | + Grid.Row="9" |
354 | 364 | Grid.Column="0" |
355 | 365 | Margin="{StaticResource SettingPanelItemTopBottomMargin}" |
356 | 366 | VerticalAlignment="Center" |
357 | 367 | Foreground="{DynamicResource Color05B}" |
358 | 368 | Text="{DynamicResource plugin_explorer_Directory_Recursive_Search_Engine}" /> |
359 | 369 | <ComboBox |
360 | | - Grid.Row="8" |
| 370 | + Grid.Row="9" |
361 | 371 | Grid.Column="1" |
362 | 372 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}" |
363 | 373 | HorizontalAlignment="Left" |
|
367 | 377 | SelectedItem="{Binding SelectedPathEnumerationEngine}" /> |
368 | 378 |
|
369 | 379 | <TextBlock |
370 | | - Grid.Row="9" |
| 380 | + Grid.Row="10" |
371 | 381 | Grid.Column="0" |
372 | 382 | Margin="{StaticResource SettingPanelItemTopBottomMargin}" |
373 | 383 | VerticalAlignment="Center" |
374 | 384 | Foreground="{DynamicResource Color05B}" |
375 | 385 | Text="{DynamicResource plugin_explorer_Excluded_File_Types}" /> |
376 | 386 | <TextBox |
377 | | - Grid.Row="9" |
| 387 | + Grid.Row="10" |
378 | 388 | Grid.Column="1" |
379 | 389 | MinWidth="{StaticResource SettingPanelTextBoxMinWidth}" |
380 | 390 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}" |
|
383 | 393 | ToolTip="{DynamicResource plugin_explorer_Excluded_File_Types_Tooltip}" /> |
384 | 394 |
|
385 | 395 | <TextBlock |
386 | | - Grid.Row="10" |
| 396 | + Grid.Row="11" |
387 | 397 | Grid.Column="0" |
388 | 398 | Margin="{StaticResource SettingPanelItemTopBottomMargin}" |
389 | 399 | VerticalAlignment="Center" |
390 | 400 | Foreground="{DynamicResource Color05B}" |
391 | 401 | Text="{DynamicResource plugin_explorer_Maximum_Results}" /> |
392 | 402 | <TextBox |
393 | | - Grid.Row="10" |
| 403 | + Grid.Row="11" |
394 | 404 | Grid.Column="1" |
395 | 405 | MinWidth="{StaticResource SettingPanelTextBoxMinWidth}" |
396 | 406 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}" |
|
402 | 412 | ToolTip="{DynamicResource plugin_explorer_Maximum_Results_Tooltip}" /> |
403 | 413 |
|
404 | 414 | <Button |
405 | | - Grid.Row="11" |
| 415 | + Grid.Row="12" |
406 | 416 | Grid.Column="0" |
407 | 417 | Grid.ColumnSpan="2" |
408 | 418 | Margin="{StaticResource SettingPanelItemTopBottomMargin}" |
|
0 commit comments