|
17 | 17 | </Grid.ColumnDefinitions> |
18 | 18 | <Rectangle Grid.Column="0" x:Name="Chevron" Width="20" Height="20" Fill="{DynamicResource GrayBrush3}" VerticalAlignment="Center"> |
19 | 19 | <Rectangle.OpacityMask> |
20 | | - <VisualBrush Stretch="Uniform" Visual="{IconPacks:Material Kind=ChevronDown}" /> |
| 20 | + <VisualBrush Stretch="Uniform" Visual="{IconPacks:Entypo Kind=ChevronThinDown}" /> |
21 | 21 | </Rectangle.OpacityMask> |
22 | 22 | </Rectangle> |
23 | 23 | <Controls:ContentControlEx Grid.Column="1" |
|
40 | 40 | <Trigger Property="IsChecked" Value="True"> |
41 | 41 | <Setter TargetName="Chevron" Property="OpacityMask"> |
42 | 42 | <Setter.Value> |
43 | | - <VisualBrush Stretch="Uniform" Visual="{IconPacks:Material Kind=ChevronUp}" /> |
| 43 | + <VisualBrush Stretch="Uniform" Visual="{IconPacks:Entypo Kind=ChevronThinUp}" /> |
44 | 44 | </Setter.Value> |
45 | 45 | </Setter> |
46 | 46 | </Trigger> |
|
91 | 91 | </Controls:ContentControlEx> |
92 | 92 | <Rectangle Grid.Column="1" x:Name="Chevron" Width="20" Height="20" Fill="{DynamicResource GrayBrush3}" VerticalAlignment="Center"> |
93 | 93 | <Rectangle.OpacityMask> |
94 | | - <VisualBrush Stretch="Uniform" Visual="{IconPacks:Material Kind=ChevronDown}" /> |
| 94 | + <VisualBrush Stretch="Uniform" Visual="{IconPacks:Entypo Kind=ChevronThinDown}" /> |
95 | 95 | </Rectangle.OpacityMask> |
96 | 96 | </Rectangle> |
97 | 97 | </Grid> |
|
100 | 100 | <Trigger Property="IsChecked" Value="True"> |
101 | 101 | <Setter TargetName="Chevron" Property="OpacityMask"> |
102 | 102 | <Setter.Value> |
103 | | - <VisualBrush Stretch="Uniform" Visual="{IconPacks:Material Kind=ChevronUp}" /> |
| 103 | + <VisualBrush Stretch="Uniform" Visual="{IconPacks:Entypo Kind=ChevronThinUp}" /> |
104 | 104 | </Setter.Value> |
105 | 105 | </Setter> |
106 | 106 | </Trigger> |
|
138 | 138 | <TextBlock Grid.Column="0" Text="{TemplateBinding Content}" Style="{StaticResource HeaderTextBlock}" Margin="10,10,10,0" /> |
139 | 139 | <Rectangle Grid.Column="1" x:Name="Chevron" Width="20" Height="20" Fill="{DynamicResource GrayBrush3}" Margin="0,10,10,0" VerticalAlignment="Center" HorizontalAlignment="Center"> |
140 | 140 | <Rectangle.OpacityMask> |
141 | | - <VisualBrush Stretch="Uniform" Visual="{IconPacks:Material Kind=ChevronLeft}" /> |
| 141 | + <VisualBrush Stretch="Uniform" Visual="{IconPacks:Entypo Kind=ChevronThinLeft}" /> |
142 | 142 | </Rectangle.OpacityMask> |
143 | 143 | </Rectangle> |
144 | 144 | </Grid> |
|
166 | 166 | <RowDefinition Height="Auto" /> |
167 | 167 | <RowDefinition Height="*" /> |
168 | 168 | </Grid.RowDefinitions> |
169 | | - <Rectangle Grid.Row="0" x:Name="Chevron" Width="20" Height="20" Fill="{DynamicResource GrayBrush3}" Margin="10,14.5,10,10" VerticalAlignment="Center" HorizontalAlignment="Center"> |
| 169 | + <Rectangle Grid.Row="0" x:Name="Chevron" Width="20" Height="20" Fill="{DynamicResource GrayBrush3}" Margin="10,12.5,10,10" VerticalAlignment="Center" HorizontalAlignment="Center"> |
170 | 170 | <Rectangle.OpacityMask> |
171 | | - <VisualBrush Stretch="Uniform" Visual="{IconPacks:Material Kind=ChevronRight}" /> |
| 171 | + <VisualBrush Stretch="Uniform" Visual="{IconPacks:Entypo Kind=ChevronThinRight}" /> |
172 | 172 | </Rectangle.OpacityMask> |
173 | 173 | </Rectangle> |
174 | | - <TextBlock Grid.Row="1" Text="{TemplateBinding Content}" Foreground="{TemplateBinding Foreground}" FontSize="18" Style="{StaticResource HeaderTextBlock}" Margin="0" VerticalAlignment="Center" HorizontalAlignment="Center"> |
| 174 | + <TextBlock Grid.Row="1" Text="{TemplateBinding Content}" Foreground="{TemplateBinding Foreground}" Style="{StaticResource HeaderTextBlock}" Margin="0" VerticalAlignment="Center" HorizontalAlignment="Center"> |
175 | 175 | <TextBlock.LayoutTransform> |
176 | 176 | <RotateTransform Angle="90" /> |
177 | 177 | </TextBlock.LayoutTransform> |
|
0 commit comments