Skip to content

Commit e6a3bb4

Browse files
authored
ActiveRectangle height in ListViewItem.xaml
1 parent 3b1a902 commit e6a3bb4

File tree

1 file changed

+2
-2
lines changed
  • src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles

1 file changed

+2
-2
lines changed

src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles/ListViewItem.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<Rectangle
4848
x:Name="ActiveRectangle"
4949
Width="3"
50-
Height="18"
50+
Height="16"
5151
Margin="0"
5252
HorizontalAlignment="Left"
5353
VerticalAlignment="Center"
@@ -97,7 +97,7 @@
9797
<Rectangle
9898
x:Name="ActiveRectangle"
9999
Width="3"
100-
Height="18"
100+
Height="16"
101101
Margin="0"
102102
HorizontalAlignment="Left"
103103
VerticalAlignment="Center"

0 commit comments

Comments
 (0)