|
48 | 48 | --> |
49 | 49 | <ContentControl |
50 | 50 | x:Name="ContentControl" |
| 51 | + Margin="{TemplateBinding Padding}" |
51 | 52 | HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" |
52 | 53 | VerticalAlignment="{TemplateBinding VerticalContentAlignment}" |
53 | 54 | HorizontalContentAlignment="{TemplateBinding HorizontalContentAlignment}" |
|
76 | 77 | IsChecked="{Binding Path=IsOverflowOpen, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}" |
77 | 78 | IsEnabled="{TemplateBinding HasOverflowItems}" |
78 | 79 | Style="{DynamicResource EllipsisButton}" |
| 80 | + ui:FocusVisualHelper.IsTemplateFocusTarget="True" |
79 | 81 | Visibility="{TemplateBinding EffectiveOverflowButtonVisibility}"> |
80 | 82 | <ui:FontIcon |
81 | 83 | x:Name="EllipsisIcon" |
82 | 84 | Height="{DynamicResource AppBarExpandButtonCircleDiameter}" |
83 | 85 | VerticalAlignment="Center" |
84 | | - FontFamily="{DynamicResource FluentSystemIcons}" |
| 86 | + FontFamily="{DynamicResource SymbolThemeFontFamily}" |
85 | 87 | FontSize="20" |
86 | | - Glyph="" /> |
| 88 | + Glyph="" /> |
87 | 89 | </ToggleButton> |
88 | 90 | <Rectangle |
89 | 91 | x:Name="HighContrastBorder" |
|
129 | 131 | </primitives:CommandBarOverflowPresenter.Resources> |
130 | 132 | <primitives:CommandBarOverflowPanel |
131 | 133 | x:Name="PART_ToolBarOverflowPanel" |
| 134 | + Margin="{DynamicResource CommandBarOverflowPresenterMargin}" |
132 | 135 | FocusVisualStyle="{x:Null}" |
133 | 136 | Focusable="true" |
134 | 137 | KeyboardNavigation.DirectionalNavigation="Cycle" |
|
210 | 213 | SnapsToDevicePixels="True"> |
211 | 214 | <Border Padding="{TemplateBinding Padding}" CornerRadius="{TemplateBinding CornerRadius}"> |
212 | 215 | <ui:ScrollViewerEx |
213 | | - Padding="{DynamicResource CommandBarOverflowPresenterMargin}" |
214 | 216 | Content="{TemplateBinding Content}" |
215 | 217 | HorizontalScrollBarVisibility="{TemplateBinding ScrollViewer.HorizontalScrollBarVisibility}" |
216 | 218 | SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" |
|
0 commit comments