File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Themes Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2910
2910
<Border x : Name =" Border" Margin =" 0" Padding =" 0" Background =" {TemplateBinding Background}" BorderBrush =" {TemplateBinding BorderBrush}" BorderThickness =" {TemplateBinding BorderThickness}" CornerRadius =" {TemplateBinding Border.CornerRadius}" >
2911
2911
<Grid >
2912
2912
<ContentPresenter Margin =" {TemplateBinding Padding}" HorizontalAlignment =" {TemplateBinding HorizontalContentAlignment}" VerticalAlignment =" {TemplateBinding VerticalContentAlignment}" />
2913
- <Rectangle x : Name =" ActiveRectangle" Width =" 3" Height =" 18 " Margin =" 0" HorizontalAlignment =" Left" VerticalAlignment =" Center" Fill =" {DynamicResource ListViewItemPillFillBrush}" RadiusX =" 2" RadiusY =" 2" Visibility =" Collapsed" />
2913
+ <Rectangle x : Name =" ActiveRectangle" Width =" 3" Height =" 16 " Margin =" 0" HorizontalAlignment =" Left" VerticalAlignment =" Center" Fill =" {DynamicResource ListViewItemPillFillBrush}" RadiusX =" 2" RadiusY =" 2" Visibility =" Collapsed" />
2914
2914
</Grid >
2915
2915
</Border >
2916
2916
<ControlTemplate .Triggers>
2940
2940
<Grid x : Name =" ContentGrid" >
2941
2941
<!-- remove the HorizontalAlignment due to HeaderRowPresenter does not have the ability to align to center or right -->
2942
2942
<GridViewRowPresenter Margin =" {TemplateBinding Padding}" VerticalAlignment =" {TemplateBinding VerticalContentAlignment}" SnapsToDevicePixels =" {TemplateBinding SnapsToDevicePixels}" />
2943
- <Rectangle x : Name =" ActiveRectangle" Width =" 3" Height =" 18 " Margin =" 0" HorizontalAlignment =" Left" VerticalAlignment =" Center" Fill =" {DynamicResource ListViewItemPillFillBrush}" RadiusX =" 2" RadiusY =" 2" Visibility =" Collapsed" />
2943
+ <Rectangle x : Name =" ActiveRectangle" Width =" 3" Height =" 16 " Margin =" 0" HorizontalAlignment =" Left" VerticalAlignment =" Center" Fill =" {DynamicResource ListViewItemPillFillBrush}" RadiusX =" 2" RadiusY =" 2" Visibility =" Collapsed" />
2944
2944
</Grid >
2945
2945
</Border >
2946
2946
<ControlTemplate .Triggers>
5129
5129
</Style .Triggers>
5130
5130
</Style >
5131
5131
<Style BasedOn =" {StaticResource DefaultWindowStyle}" TargetType =" {x:Type Window}" />
5132
- </ResourceDictionary >
5132
+ </ResourceDictionary >
You can’t perform that action at this time.
0 commit comments