|
456 | 456 | <GridSplitter Grid.Column="1" HorizontalAlignment="Left" VerticalAlignment="Stretch" Width="5" Background="{DynamicResource GrayBrush5}" /> |
457 | 457 |
|
458 | 458 | <!--New Error Status Bar--> |
459 | | - |
460 | | - <!--Errors Button--> |
461 | | - <ToggleButton x:Name="Status_ErrorButton" |
| 459 | + <StackPanel Orientation="Horizontal"> |
| 460 | + <ToggleButton x:Name="Status_ErrorButton" |
462 | 461 | Style="{StaticResource ToggleButtonStyle}" |
463 | 462 | HorizontalAlignment="Left" VerticalAlignment="Top" |
464 | 463 | Margin="5,7,0,0" |
465 | 464 | Click="Status_ErrorButton_Clicked"> |
466 | | - <StackPanel Orientation="Horizontal"> |
467 | | - <Image Source="/SPCode;component/Resources/Icons/icon-error.png" |
| 465 | + <StackPanel Orientation="Horizontal"> |
| 466 | + <Image Source="/SPCode;component/Resources/Icons/icon-error.png" |
468 | 467 | Width="16" |
469 | 468 | HorizontalAlignment="Center" VerticalAlignment="Center" |
470 | 469 | Margin="5,5,3,4"/> |
471 | | - <TextBlock x:Name="Status_ErrorText" |
| 470 | + <TextBlock x:Name="Status_ErrorText" |
472 | 471 | HorizontalAlignment="Left" VerticalAlignment="Top" |
473 | 472 | Margin="3,4,2,2"/> |
474 | | - </StackPanel> |
475 | | - </ToggleButton> |
| 473 | + </StackPanel> |
| 474 | + </ToggleButton> |
476 | 475 |
|
477 | | - <!--Warnings Button--> |
478 | | - <ToggleButton x:Name="Status_WarningButton" |
| 476 | + <!--Warnings Button--> |
| 477 | + <ToggleButton x:Name="Status_WarningButton" |
479 | 478 | Style="{StaticResource ToggleButtonStyle}" |
480 | 479 | HorizontalAlignment="Left" VerticalAlignment="Top" |
481 | | - Margin="100,7,0,0" |
| 480 | + Margin="10,7,0,0" |
482 | 481 | Click="Status_WarningButton_Clicked"> |
483 | | - <StackPanel Orientation="Horizontal"> |
484 | | - <Image Source="/SPCode;component/Resources/Icons/icon-warning.png" |
| 482 | + <StackPanel Orientation="Horizontal"> |
| 483 | + <Image Source="/SPCode;component/Resources/Icons/icon-warning.png" |
485 | 484 | Width="16" |
486 | 485 | HorizontalAlignment="Center" VerticalAlignment="Center" |
487 | | - Margin="5,5,3,4"/> |
488 | | - <TextBlock x:Name="Status_WarningText" |
| 486 | + Margin="10,5,3,4"/> |
| 487 | + <TextBlock x:Name="Status_WarningText" |
489 | 488 | HorizontalAlignment="Left" VerticalAlignment="Top" |
490 | | - Margin="3,4,2,2"/> |
491 | | - </StackPanel> |
492 | | - </ToggleButton> |
| 489 | + Margin="3,4,2,2" |
| 490 | + Text="65 avertissements"/> |
| 491 | + </StackPanel> |
| 492 | + </ToggleButton> |
493 | 493 |
|
494 | | - <!--Copy Errors Button--> |
495 | | - <Button x:Name="Status_CopyErrorsButton" |
| 494 | + <!--Copy Errors Button--> |
| 495 | + <Button x:Name="Status_CopyErrorsButton" |
496 | 496 | HorizontalAlignment="Left" VerticalAlignment="Top" |
497 | | - Margin="210,9,0,0" |
| 497 | + Margin="10,9,0,0" |
498 | 498 | Style="{StaticResource ButtonStyle2}" |
499 | 499 | Height="22" |
500 | 500 | Width="99" |
501 | | - Click="Status_CopyErrorsButton_Click"/> |
| 501 | + Click="Status_CopyErrorsButton_Click" |
| 502 | + Content="Copier les erreurs"/> |
| 503 | + </StackPanel> |
| 504 | + <!--Errors Button--> |
| 505 | + |
502 | 506 |
|
503 | 507 | <!--Error DataGrid--> |
504 | 508 | <DataGrid x:Name="ErrorResultGrid" |
|
0 commit comments