|
646 | 646 | Style="{StaticResource DefaultToggleButtonStyle}"
|
647 | 647 | ToolTipService.ToolTip="{x:Bind Commands.LayoutDetails.LabelWithHotKey, Mode=OneWay}">
|
648 | 648 | <local:OpacityIcon
|
649 |
| - Width="20" |
650 |
| - Height="20" |
| 649 | + Width="16" |
| 650 | + Height="16" |
651 | 651 | IsSelected="{x:Bind Commands.LayoutDetails.IsOn, Mode=OneWay}"
|
652 | 652 | Style="{x:Bind Commands.LayoutDetails.OpacityStyle}" />
|
653 | 653 | </RadioButton>
|
|
678 | 678 | Style="{StaticResource DefaultToggleButtonStyle}"
|
679 | 679 | ToolTipService.ToolTip="{x:Bind Commands.LayoutColumns.LabelWithHotKey, Mode=OneWay}">
|
680 | 680 | <local:OpacityIcon
|
681 |
| - Width="20" |
682 |
| - Height="20" |
| 681 | + Width="16" |
| 682 | + Height="16" |
683 | 683 | IsSelected="{x:Bind Commands.LayoutColumns.IsOn, Mode=OneWay}"
|
684 | 684 | Style="{x:Bind Commands.LayoutColumns.OpacityStyle}" />
|
685 | 685 | </RadioButton>
|
|
710 | 710 | Style="{StaticResource DefaultToggleButtonStyle}"
|
711 | 711 | ToolTipService.ToolTip="{x:Bind Commands.LayoutTiles.LabelWithHotKey, Mode=OneWay}">
|
712 | 712 | <local:OpacityIcon
|
713 |
| - Width="20" |
714 |
| - Height="20" |
| 713 | + Width="16" |
| 714 | + Height="16" |
715 | 715 | IsSelected="{x:Bind Commands.LayoutTiles.IsOn, Mode=OneWay}"
|
716 | 716 | Style="{x:Bind Commands.LayoutTiles.OpacityStyle}" />
|
717 | 717 | </RadioButton>
|
|
742 | 742 | Style="{StaticResource DefaultToggleButtonStyle}"
|
743 | 743 | ToolTipService.ToolTip="{x:Bind Commands.LayoutGridSmall.LabelWithHotKey, Mode=OneWay}">
|
744 | 744 | <local:OpacityIcon
|
745 |
| - Width="20" |
746 |
| - Height="20" |
| 745 | + Width="16" |
| 746 | + Height="16" |
747 | 747 | IsSelected="{x:Bind Commands.LayoutGridSmall.IsOn, Mode=OneWay}"
|
748 | 748 | Style="{x:Bind Commands.LayoutGridSmall.OpacityStyle}" />
|
749 | 749 | </RadioButton>
|
|
774 | 774 | Style="{StaticResource DefaultToggleButtonStyle}"
|
775 | 775 | ToolTipService.ToolTip="{x:Bind Commands.LayoutGridMedium.LabelWithHotKey, Mode=OneWay}">
|
776 | 776 | <local:OpacityIcon
|
777 |
| - Width="20" |
778 |
| - Height="20" |
| 777 | + Width="16" |
| 778 | + Height="16" |
779 | 779 | IsSelected="{x:Bind Commands.LayoutGridMedium.IsOn, Mode=OneWay}"
|
780 | 780 | Style="{x:Bind Commands.LayoutGridMedium.OpacityStyle}" />
|
781 | 781 | </RadioButton>
|
|
816 | 816 | Style="{StaticResource DefaultToggleButtonStyle}"
|
817 | 817 | ToolTipService.ToolTip="{x:Bind Commands.LayoutGridLarge.LabelWithHotKey, Mode=OneWay}">
|
818 | 818 | <local:OpacityIcon
|
819 |
| - Width="20" |
820 |
| - Height="20" |
| 819 | + Width="16" |
| 820 | + Height="16" |
821 | 821 | IsSelected="{x:Bind Commands.LayoutGridLarge.IsOn, Mode=OneWay}"
|
822 | 822 | Style="{x:Bind Commands.LayoutGridLarge.OpacityStyle}" />
|
823 | 823 | </RadioButton>
|
|
0 commit comments