fix: fix slider default height.

This commit is contained in:
rabbitism 2023-03-02 00:08:34 +08:00
parent b92e2d18f7
commit ddc886e52e

View File

@ -88,11 +88,11 @@
<Setter Property="ReservedSpace" Value="{Binding #PART_Track.Thumb.Bounds}" /> <Setter Property="ReservedSpace" Value="{Binding #PART_Track.Thumb.Bounds}" />
</Style> </Style>
</Grid.Styles> </Grid.Styles>
<Grid x:Name="HorizontalTemplate" MinHeight="50"> <Grid x:Name="HorizontalTemplate">
<Grid.RowDefinitions> <Grid.RowDefinitions>
<RowDefinition Height="15" />
<RowDefinition Height="Auto" /> <RowDefinition Height="Auto" />
<RowDefinition Height="15" /> <RowDefinition Height="Auto" />
<RowDefinition Height="Auto" />
</Grid.RowDefinitions> </Grid.RowDefinitions>
<TickBar <TickBar
Name="TopTickBar" Name="TopTickBar"