mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-04-15 05:36:34 +08:00
fix: simplify column definitions.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user