fix: fix slider default height.
This commit is contained in:
parent
b92e2d18f7
commit
ddc886e52e
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user