Skip to content

Commit 04393e1

Browse files
committed
ActiveRectangle height in Fluent.xaml
1 parent bd4acbb commit 04393e1

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2910,7 +2910,7 @@
29102910
<Border x:Name="Border" Margin="0" Padding="0" Background="{TemplateBinding Background}" BorderBrush="{TemplateBinding BorderBrush}" BorderThickness="{TemplateBinding BorderThickness}" CornerRadius="{TemplateBinding Border.CornerRadius}">
29112911
<Grid>
29122912
<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" />
29142914
</Grid>
29152915
</Border>
29162916
<ControlTemplate.Triggers>
@@ -2940,7 +2940,7 @@
29402940
<Grid x:Name="ContentGrid">
29412941
<!-- remove the HorizontalAlignment due to HeaderRowPresenter does not have the ability to align to center or right -->
29422942
<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" />
29442944
</Grid>
29452945
</Border>
29462946
<ControlTemplate.Triggers>
@@ -5129,4 +5129,4 @@
51295129
</Style.Triggers>
51305130
</Style>
51315131
<Style BasedOn="{StaticResource DefaultWindowStyle}" TargetType="{x:Type Window}" />
5132-
</ResourceDictionary>
5132+
</ResourceDictionary>

0 commit comments

Comments
 (0)