File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 47
47
<Rectangle
48
48
x : Name =" ActiveRectangle"
49
49
Width =" 3"
50
- Height =" 18 "
50
+ Height =" 16 "
51
51
Margin =" 0"
52
52
HorizontalAlignment =" Left"
53
53
VerticalAlignment =" Center"
97
97
<Rectangle
98
98
x : Name =" ActiveRectangle"
99
99
Width =" 3"
100
- Height =" 18 "
100
+ Height =" 16 "
101
101
Margin =" 0"
102
102
HorizontalAlignment =" Left"
103
103
VerticalAlignment =" Center"
Original file line number Diff line number Diff line change 3713
3713
<Border x : Name =" Border" Margin =" 0" Padding =" 0" Background =" {TemplateBinding Background}" BorderBrush =" {TemplateBinding BorderBrush}" BorderThickness =" {TemplateBinding BorderThickness}" CornerRadius =" {TemplateBinding Border.CornerRadius}" >
3714
3714
<Grid >
3715
3715
<ContentPresenter Margin =" {TemplateBinding Padding}" HorizontalAlignment =" {TemplateBinding HorizontalContentAlignment}" VerticalAlignment =" {TemplateBinding VerticalContentAlignment}" />
3716
- <Rectangle x : Name =" ActiveRectangle" Width =" 3" Height =" 18 " Margin =" 0" HorizontalAlignment =" Left" VerticalAlignment =" Center" Fill =" {DynamicResource ListViewItemPillFillBrush}" RadiusX =" 2" RadiusY =" 2" Visibility =" Collapsed" />
3716
+ <Rectangle x : Name =" ActiveRectangle" Width =" 3" Height =" 16 " Margin =" 0" HorizontalAlignment =" Left" VerticalAlignment =" Center" Fill =" {DynamicResource ListViewItemPillFillBrush}" RadiusX =" 2" RadiusY =" 2" Visibility =" Collapsed" />
3717
3717
</Grid >
3718
3718
</Border >
3719
3719
<ControlTemplate .Triggers>
3743
3743
<Grid x : Name =" ContentGrid" >
3744
3744
<!-- remove the HorizontalAlignment due to HeaderRowPresenter does not have the ability to align to center or right -->
3745
3745
<GridViewRowPresenter Margin =" {TemplateBinding Padding}" VerticalAlignment =" {TemplateBinding VerticalContentAlignment}" SnapsToDevicePixels =" {TemplateBinding SnapsToDevicePixels}" />
3746
- <Rectangle x : Name =" ActiveRectangle" Width =" 3" Height =" 18 " Margin =" 0" HorizontalAlignment =" Left" VerticalAlignment =" Center" Fill =" {DynamicResource ListViewItemPillFillBrush}" RadiusX =" 2" RadiusY =" 2" Visibility =" Collapsed" />
3746
+ <Rectangle x : Name =" ActiveRectangle" Width =" 3" Height =" 16 " Margin =" 0" HorizontalAlignment =" Left" VerticalAlignment =" Center" Fill =" {DynamicResource ListViewItemPillFillBrush}" RadiusX =" 2" RadiusY =" 2" Visibility =" Collapsed" />
3747
3747
</Grid >
3748
3748
</Border >
3749
3749
<ControlTemplate .Triggers>
Original file line number Diff line number Diff line change 3613
3613
<Border x : Name =" Border" Margin =" 0" Padding =" 0" Background =" {TemplateBinding Background}" BorderBrush =" {TemplateBinding BorderBrush}" BorderThickness =" {TemplateBinding BorderThickness}" CornerRadius =" {TemplateBinding Border.CornerRadius}" >
3614
3614
<Grid >
3615
3615
<ContentPresenter Margin =" {TemplateBinding Padding}" HorizontalAlignment =" {TemplateBinding HorizontalContentAlignment}" VerticalAlignment =" {TemplateBinding VerticalContentAlignment}" />
3616
- <Rectangle x : Name =" ActiveRectangle" Width =" 3" Height =" 18 " Margin =" 0" HorizontalAlignment =" Left" VerticalAlignment =" Center" Fill =" {DynamicResource ListViewItemPillFillBrush}" RadiusX =" 2" RadiusY =" 2" Visibility =" Collapsed" />
3616
+ <Rectangle x : Name =" ActiveRectangle" Width =" 3" Height =" 16 " Margin =" 0" HorizontalAlignment =" Left" VerticalAlignment =" Center" Fill =" {DynamicResource ListViewItemPillFillBrush}" RadiusX =" 2" RadiusY =" 2" Visibility =" Collapsed" />
3617
3617
</Grid >
3618
3618
</Border >
3619
3619
<ControlTemplate .Triggers>
3643
3643
<Grid x : Name =" ContentGrid" >
3644
3644
<!-- remove the HorizontalAlignment due to HeaderRowPresenter does not have the ability to align to center or right -->
3645
3645
<GridViewRowPresenter Margin =" {TemplateBinding Padding}" VerticalAlignment =" {TemplateBinding VerticalContentAlignment}" SnapsToDevicePixels =" {TemplateBinding SnapsToDevicePixels}" />
3646
- <Rectangle x : Name =" ActiveRectangle" Width =" 3" Height =" 18 " Margin =" 0" HorizontalAlignment =" Left" VerticalAlignment =" Center" Fill =" {DynamicResource ListViewItemPillFillBrush}" RadiusX =" 2" RadiusY =" 2" Visibility =" Collapsed" />
3646
+ <Rectangle x : Name =" ActiveRectangle" Width =" 3" Height =" 16 " Margin =" 0" HorizontalAlignment =" Left" VerticalAlignment =" Center" Fill =" {DynamicResource ListViewItemPillFillBrush}" RadiusX =" 2" RadiusY =" 2" Visibility =" Collapsed" />
3647
3647
</Grid >
3648
3648
</Border >
3649
3649
<ControlTemplate .Triggers>
Original file line number Diff line number Diff line change 3728
3728
<Border x : Name =" Border" Margin =" 0" Padding =" 0" Background =" {TemplateBinding Background}" BorderBrush =" {TemplateBinding BorderBrush}" BorderThickness =" {TemplateBinding BorderThickness}" CornerRadius =" {TemplateBinding Border.CornerRadius}" >
3729
3729
<Grid >
3730
3730
<ContentPresenter Margin =" {TemplateBinding Padding}" HorizontalAlignment =" {TemplateBinding HorizontalContentAlignment}" VerticalAlignment =" {TemplateBinding VerticalContentAlignment}" />
3731
- <Rectangle x : Name =" ActiveRectangle" Width =" 3" Height =" 18 " Margin =" 0" HorizontalAlignment =" Left" VerticalAlignment =" Center" Fill =" {DynamicResource ListViewItemPillFillBrush}" RadiusX =" 2" RadiusY =" 2" Visibility =" Collapsed" />
3731
+ <Rectangle x : Name =" ActiveRectangle" Width =" 3" Height =" 16 " Margin =" 0" HorizontalAlignment =" Left" VerticalAlignment =" Center" Fill =" {DynamicResource ListViewItemPillFillBrush}" RadiusX =" 2" RadiusY =" 2" Visibility =" Collapsed" />
3732
3732
</Grid >
3733
3733
</Border >
3734
3734
<ControlTemplate .Triggers>
3758
3758
<Grid x : Name =" ContentGrid" >
3759
3759
<!-- remove the HorizontalAlignment due to HeaderRowPresenter does not have the ability to align to center or right -->
3760
3760
<GridViewRowPresenter Margin =" {TemplateBinding Padding}" VerticalAlignment =" {TemplateBinding VerticalContentAlignment}" SnapsToDevicePixels =" {TemplateBinding SnapsToDevicePixels}" />
3761
- <Rectangle x : Name =" ActiveRectangle" Width =" 3" Height =" 18 " Margin =" 0" HorizontalAlignment =" Left" VerticalAlignment =" Center" Fill =" {DynamicResource ListViewItemPillFillBrush}" RadiusX =" 2" RadiusY =" 2" Visibility =" Collapsed" />
3761
+ <Rectangle x : Name =" ActiveRectangle" Width =" 3" Height =" 16 " Margin =" 0" HorizontalAlignment =" Left" VerticalAlignment =" Center" Fill =" {DynamicResource ListViewItemPillFillBrush}" RadiusX =" 2" RadiusY =" 2" Visibility =" Collapsed" />
3762
3762
</Grid >
3763
3763
</Border >
3764
3764
<ControlTemplate .Triggers>
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>
You can’t perform that action at this time.
0 commit comments