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