|
47 | 47 | <Setter Target="CornerRadius" Value="{StaticResource ControlCornerRadius}" />
|
48 | 48 | <Setter Target="VerticalContentAlignment" Value="Center" />
|
49 | 49 | <Setter Target="HorizontalContentAlignment" Value="Center" />
|
50 |
| - <Setter Target="Width" Value="72" /> |
51 |
| - <Setter Target="Height" Value="68" /> |
| 50 | + <Setter Target="Width" Value="76" /> |
| 51 | + <Setter Target="Height" Value="72" /> |
52 | 52 | <Setter Target="MinWidth" Value="0" />
|
53 | 53 | </Style>
|
54 | 54 | </ResourceDictionary>
|
|
670 | 670 | <TextBlock
|
671 | 671 | HorizontalAlignment="Center"
|
672 | 672 | FontSize="12"
|
673 |
| - MaxLines="2" |
674 | 673 | Text="{x:Bind Commands.LayoutDetails.Label}"
|
675 |
| - TextWrapping="Wrap" /> |
| 674 | + TextTrimming="CharacterEllipsis" |
| 675 | + TextWrapping="NoWrap" /> |
676 | 676 | </StackPanel>
|
677 | 677 | </RadioButton>
|
678 | 678 |
|
|
695 | 695 | <TextBlock
|
696 | 696 | HorizontalAlignment="Center"
|
697 | 697 | FontSize="12"
|
698 |
| - MaxLines="2" |
699 | 698 | Text="{x:Bind Commands.LayoutList.Label}"
|
700 |
| - TextWrapping="Wrap" /> |
| 699 | + TextTrimming="CharacterEllipsis" |
| 700 | + TextWrapping="NoWrap" /> |
701 | 701 | </StackPanel>
|
702 | 702 | </RadioButton>
|
703 | 703 |
|
|
720 | 720 | <TextBlock
|
721 | 721 | HorizontalAlignment="Center"
|
722 | 722 | FontSize="12"
|
723 |
| - MaxLines="2" |
724 | 723 | Text="{x:Bind Commands.LayoutTiles.Label}"
|
725 |
| - TextWrapping="Wrap" /> |
| 724 | + TextTrimming="CharacterEllipsis" |
| 725 | + TextWrapping="NoWrap" /> |
726 | 726 | </StackPanel>
|
727 | 727 | </RadioButton>
|
728 | 728 |
|
|
745 | 745 | <TextBlock
|
746 | 746 | HorizontalAlignment="Center"
|
747 | 747 | FontSize="12"
|
748 |
| - MaxLines="2" |
749 | 748 | Text="{x:Bind Commands.LayoutGrid.Label}"
|
750 |
| - TextWrapping="Wrap" /> |
| 749 | + TextTrimming="CharacterEllipsis" |
| 750 | + TextWrapping="NoWrap" /> |
751 | 751 | </StackPanel>
|
752 | 752 | </RadioButton>
|
753 | 753 |
|
|
770 | 770 | <TextBlock
|
771 | 771 | HorizontalAlignment="Center"
|
772 | 772 | FontSize="12"
|
773 |
| - MaxLines="2" |
774 | 773 | Text="{x:Bind Commands.LayoutColumns.Label}"
|
775 |
| - TextWrapping="Wrap" /> |
| 774 | + TextTrimming="CharacterEllipsis" |
| 775 | + TextWrapping="NoWrap" /> |
776 | 776 | </StackPanel>
|
777 | 777 | </RadioButton>
|
778 | 778 | </StackPanel>
|
|
0 commit comments