|
198 | 198 | <RowDefinition /> |
199 | 199 | <RowDefinition /> |
200 | 200 | <RowDefinition /> |
| 201 | + <RowDefinition /> |
201 | 202 | </Grid.RowDefinitions> |
202 | 203 | <Grid.ColumnDefinitions> |
203 | 204 | <ColumnDefinition Width="Auto" /> |
|
222 | 223 | Content="{DynamicResource plugin_explorer_default_open_in_file_manager}" |
223 | 224 | IsChecked="{Binding Settings.DefaultOpenFolderInFileManager}" /> |
224 | 225 |
|
225 | | - <TextBlock |
| 226 | + <CheckBox |
226 | 227 | Grid.Row="2" |
227 | 228 | Grid.Column="0" |
| 229 | + Grid.ColumnSpan="2" |
| 230 | + Margin="{StaticResource SettingPanelItemTopBottomMargin}" |
| 231 | + HorizontalAlignment="Left" |
| 232 | + Content="{DynamicResource plugin_explorer_display_more_info_in_tooltip}" |
| 233 | + IsChecked="{Binding Settings.DisplayMoreInformationInToolTip}" /> |
| 234 | + |
| 235 | + <TextBlock |
| 236 | + Grid.Row="3" |
| 237 | + Grid.Column="0" |
228 | 238 | Margin="{StaticResource SettingPanelItemTopBottomMargin}" |
229 | 239 | HorizontalAlignment="Left" |
230 | 240 | VerticalAlignment="Center" |
231 | 241 | Foreground="{DynamicResource Color05B}" |
232 | 242 | Text="{DynamicResource plugin_explorer_file_editor_path}" /> |
233 | 243 | <StackPanel |
234 | | - Grid.Row="2" |
| 244 | + Grid.Row="3" |
235 | 245 | Grid.Column="1" |
236 | 246 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}" |
237 | 247 | Orientation="Horizontal"> |
|
250 | 260 | </StackPanel> |
251 | 261 |
|
252 | 262 | <TextBlock |
253 | | - Grid.Row="3" |
| 263 | + Grid.Row="4" |
254 | 264 | Grid.Column="0" |
255 | 265 | Margin="{StaticResource SettingPanelItemTopBottomMargin}" |
256 | 266 | HorizontalAlignment="Left" |
257 | 267 | VerticalAlignment="Center" |
258 | 268 | Foreground="{DynamicResource Color05B}" |
259 | 269 | Text="{DynamicResource plugin_explorer_folder_editor_path}" /> |
260 | 270 | <StackPanel |
261 | | - Grid.Row="3" |
| 271 | + Grid.Row="4" |
262 | 272 | Grid.Column="1" |
263 | 273 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}" |
264 | 274 | Orientation="Horizontal"> |
|
277 | 287 | </StackPanel> |
278 | 288 |
|
279 | 289 | <TextBlock |
280 | | - Grid.Row="4" |
| 290 | + Grid.Row="5" |
281 | 291 | Grid.Column="0" |
282 | 292 | Margin="{StaticResource SettingPanelItemTopBottomMargin}" |
283 | 293 | HorizontalAlignment="Left" |
284 | 294 | VerticalAlignment="Center" |
285 | 295 | Foreground="{DynamicResource Color05B}" |
286 | 296 | Text="{DynamicResource plugin_explorer_shell_path}" /> |
287 | 297 | <StackPanel |
288 | | - Grid.Row="4" |
| 298 | + Grid.Row="5" |
289 | 299 | Grid.Column="1" |
290 | 300 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}" |
291 | 301 | Orientation="Horizontal"> |
|
304 | 314 | </StackPanel> |
305 | 315 |
|
306 | 316 | <TextBlock |
307 | | - Grid.Row="5" |
| 317 | + Grid.Row="6" |
308 | 318 | Grid.Column="0" |
309 | 319 | Margin="{StaticResource SettingPanelItemTopBottomMargin}" |
310 | 320 | VerticalAlignment="Center" |
311 | 321 | Foreground="{DynamicResource Color05B}" |
312 | 322 | Text="{DynamicResource plugin_explorer_Index_Search_Engine}" /> |
313 | 323 | <ComboBox |
314 | | - Grid.Row="5" |
| 324 | + Grid.Row="6" |
315 | 325 | Grid.Column="1" |
316 | 326 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}" |
317 | 327 | HorizontalAlignment="Left" |
|
321 | 331 | SelectedItem="{Binding SelectedIndexSearchEngine}" /> |
322 | 332 |
|
323 | 333 | <TextBlock |
324 | | - Grid.Row="6" |
| 334 | + Grid.Row="7" |
325 | 335 | Grid.Column="0" |
326 | 336 | Margin="{StaticResource SettingPanelItemTopBottomMargin}" |
327 | 337 | VerticalAlignment="Center" |
328 | 338 | Foreground="{DynamicResource Color05B}" |
329 | 339 | Text="{DynamicResource plugin_explorer_Content_Search_Engine}" /> |
330 | 340 | <ComboBox |
331 | | - Grid.Row="6" |
| 341 | + Grid.Row="7" |
332 | 342 | Grid.Column="1" |
333 | 343 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}" |
334 | 344 | HorizontalAlignment="Left" |
|
338 | 348 | SelectedItem="{Binding SelectedContentSearchEngine}" /> |
339 | 349 |
|
340 | 350 | <TextBlock |
341 | | - Grid.Row="7" |
| 351 | + Grid.Row="8" |
342 | 352 | Grid.Column="0" |
343 | 353 | Margin="{StaticResource SettingPanelItemTopBottomMargin}" |
344 | 354 | VerticalAlignment="Center" |
345 | 355 | Foreground="{DynamicResource Color05B}" |
346 | 356 | Text="{DynamicResource plugin_explorer_Directory_Recursive_Search_Engine}" /> |
347 | 357 | <ComboBox |
348 | | - Grid.Row="7" |
| 358 | + Grid.Row="8" |
349 | 359 | Grid.Column="1" |
350 | 360 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}" |
351 | 361 | HorizontalAlignment="Left" |
|
355 | 365 | SelectedItem="{Binding SelectedPathEnumerationEngine}" /> |
356 | 366 |
|
357 | 367 | <TextBlock |
358 | | - Grid.Row="8" |
| 368 | + Grid.Row="9" |
359 | 369 | Grid.Column="0" |
360 | 370 | Margin="{StaticResource SettingPanelItemTopBottomMargin}" |
361 | 371 | VerticalAlignment="Center" |
362 | 372 | Foreground="{DynamicResource Color05B}" |
363 | 373 | Text="{DynamicResource plugin_explorer_Excluded_File_Types}" /> |
364 | 374 | <TextBox |
365 | | - Grid.Row="8" |
| 375 | + Grid.Row="9" |
366 | 376 | Grid.Column="1" |
367 | 377 | MinWidth="{StaticResource SettingPanelTextBoxMinWidth}" |
368 | 378 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}" |
|
371 | 381 | ToolTip="{DynamicResource plugin_explorer_Excluded_File_Types_Tooltip}" /> |
372 | 382 |
|
373 | 383 | <TextBlock |
374 | | - Grid.Row="9" |
| 384 | + Grid.Row="10" |
375 | 385 | Grid.Column="0" |
376 | 386 | Margin="{StaticResource SettingPanelItemTopBottomMargin}" |
377 | 387 | VerticalAlignment="Center" |
378 | 388 | Foreground="{DynamicResource Color05B}" |
379 | 389 | Text="{DynamicResource plugin_explorer_Maximum_Results}" /> |
380 | 390 | <TextBox |
381 | | - Grid.Row="9" |
| 391 | + Grid.Row="10" |
382 | 392 | Grid.Column="1" |
383 | 393 | MinWidth="{StaticResource SettingPanelTextBoxMinWidth}" |
384 | 394 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}" |
|
390 | 400 | ToolTip="{DynamicResource plugin_explorer_Maximum_Results_Tooltip}" /> |
391 | 401 |
|
392 | 402 | <Button |
393 | | - Grid.Row="10" |
| 403 | + Grid.Row="11" |
394 | 404 | Grid.Column="0" |
395 | 405 | Grid.ColumnSpan="2" |
396 | 406 | Margin="{StaticResource SettingPanelItemTopBottomMargin}" |
|
505 | 515 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}" |
506 | 516 | Content="{DynamicResource plugin_explorer_previewpanel_display_file_modification_checkbox}" |
507 | 517 | IsChecked="{Binding ShowModifiedDateInPreviewPanel}" /> |
508 | | - |
| 518 | + |
509 | 519 | <CheckBox |
510 | 520 | Margin="{StaticResource SettingPanelItemLeftTopBottomMargin}" |
511 | 521 | Content="{DynamicResource plugin_explorer_previewpanel_display_file_age_checkbox}" |
|
0 commit comments