|
353 | 353 | Header="{DynamicResource plugin_explorer_previewpanel_setting_header}"
|
354 | 354 | Style="{DynamicResource ExplorerTabItem}">
|
355 | 355 | <StackPanel Margin="30,20,0,10">
|
| 356 | + <TextBlock Foreground="{DynamicResource Color05B}" Text="{DynamicResource plugin_explorer_previewpanel_file_info_label}" /> |
356 | 357 | <CheckBox
|
| 358 | + Margin="0,10,0,0" |
357 | 359 | Content="{DynamicResource plugin_explorer_previewpanel_display_file_size_checkbox}"
|
358 | 360 | IsChecked="{Binding ShowFileSizeInPreviewPanel}" />
|
359 | 361 |
|
|
371 | 373 | Margin="0,20,0,0"
|
372 | 374 | IsEnabled="{Binding ShowPreviewPanelDateTimeChoices}"
|
373 | 375 | Visibility="{Binding PreviewPanelDateTimeChoicesVisibility}">
|
374 |
| - <TextBlock |
375 |
| - Text="{DynamicResource plugin_explorer_previewpanel_date_and_time_format_label}" |
376 |
| - Foreground="{DynamicResource Color05B}" /> |
377 |
| - <StackPanel Orientation="Horizontal" Margin="0,10,0,0"> |
| 376 | + <TextBlock Foreground="{DynamicResource Color05B}" Text="{DynamicResource plugin_explorer_previewpanel_date_and_time_format_label}" /> |
| 377 | + <StackPanel Margin="0,10,0,0" Orientation="Horizontal"> |
378 | 378 | <ComboBox
|
379 | 379 | Width="200"
|
380 | 380 | ItemsSource="{Binding DateFormatList}"
|
381 | 381 | SelectedItem="{Binding PreviewPanelDateFormat}" />
|
382 | 382 | <TextBlock
|
383 | 383 | Margin="12,0,0,0"
|
384 | 384 | VerticalAlignment="Center"
|
385 |
| - Text="{Binding PreviewPanelDateFormatDemo}" |
386 |
| - Foreground="{DynamicResource Color05B}" /> |
| 385 | + Foreground="{DynamicResource Color05B}" |
| 386 | + Text="{Binding PreviewPanelDateFormatDemo}" /> |
387 | 387 | </StackPanel>
|
388 |
| - <StackPanel Orientation="Horizontal" Margin="0,10,0,0"> |
| 388 | + <StackPanel Margin="0,10,0,10" Orientation="Horizontal"> |
389 | 389 | <ComboBox
|
390 | 390 | Width="200"
|
391 | 391 | ItemsSource="{Binding TimeFormatList}"
|
392 | 392 | SelectedItem="{Binding PreviewPanelTimeFormat}" />
|
393 | 393 | <TextBlock
|
394 | 394 | Margin="12,0,0,0"
|
395 | 395 | VerticalAlignment="Center"
|
396 |
| - Text="{Binding PreviewPanelTimeFormatDemo}" |
397 |
| - Foreground="{DynamicResource Color05B}" /> |
| 396 | + Foreground="{DynamicResource Color05B}" |
| 397 | + Text="{Binding PreviewPanelTimeFormatDemo}" /> |
398 | 398 | </StackPanel>
|
399 | 399 | </StackPanel>
|
400 | 400 | </StackPanel>
|
|
454 | 454 | <TextBox
|
455 | 455 | Grid.Row="2"
|
456 | 456 | Grid.Column="1"
|
457 |
| - Width="250" |
| 457 | + MinWidth="350" |
458 | 458 | Margin="0,15,0,0"
|
459 | 459 | Text="{Binding EverythingInstalledPath}" />
|
460 | 460 | </Grid>
|
|
0 commit comments