fix: simplify column definitions.
This commit is contained in:
parent
37737866ec
commit
efa0ff28e7
@ -88,12 +88,7 @@
|
|||||||
<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">
|
<Grid x:Name="HorizontalTemplate" RowDefinitions="Auto,Auto,Auto">
|
||||||
<Grid.RowDefinitions>
|
|
||||||
<RowDefinition Height="Auto" />
|
|
||||||
<RowDefinition Height="Auto" />
|
|
||||||
<RowDefinition Height="Auto" />
|
|
||||||
</Grid.RowDefinitions>
|
|
||||||
<TickBar
|
<TickBar
|
||||||
Name="TopTickBar"
|
Name="TopTickBar"
|
||||||
Grid.Row="0"
|
Grid.Row="0"
|
||||||
@ -177,12 +172,8 @@
|
|||||||
<Grid
|
<Grid
|
||||||
x:Name="VerticalTemplate"
|
x:Name="VerticalTemplate"
|
||||||
MinWidth="{DynamicResource SliderVerticalWidth}"
|
MinWidth="{DynamicResource SliderVerticalWidth}"
|
||||||
|
ColumnDefinitions="Auto,Auto,Auto"
|
||||||
RowDefinitions="*,Auto,Auto">
|
RowDefinitions="*,Auto,Auto">
|
||||||
<Grid.ColumnDefinitions>
|
|
||||||
<ColumnDefinition Width="Auto" />
|
|
||||||
<ColumnDefinition Width="Auto" />
|
|
||||||
<ColumnDefinition Width="Auto" />
|
|
||||||
</Grid.ColumnDefinitions>
|
|
||||||
<TickBar
|
<TickBar
|
||||||
Name="LeftTickBar"
|
Name="LeftTickBar"
|
||||||
Grid.RowSpan="3"
|
Grid.RowSpan="3"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user