[#37] IntegerUpDown: Add middle line
All checks were successful
Test / Run tests (push) Successful in 1m42s

This commit is contained in:
2024-06-03 17:07:40 +02:00
parent cc4ec6c5db
commit a531e948c1

View File

@ -21,7 +21,7 @@
<ScrollViewer x:Name="PART_ContentHost" VerticalAlignment="Center"/> <ScrollViewer x:Name="PART_ContentHost" VerticalAlignment="Center"/>
</Border> </Border>
<RepeatButton x:Name="IncrementButton" Padding="0" Height="Auto" Width="Auto" BorderThickness="1,1,1,0" <RepeatButton x:Name="IncrementButton" Padding="0" Height="Auto" Width="Auto" BorderThickness="1,1,1,1"
HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="0" Grid.Column="1"> HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Row="0" Grid.Column="1">
<Path x:Name="IconIncrement" Data="M 0,4 L 4,0 L 8,4 Z" Fill="#FF444444" <Path x:Name="IconIncrement" Data="M 0,4 L 4,0 L 8,4 Z" Fill="#FF444444"
HorizontalAlignment="Center" VerticalAlignment="Center"/> HorizontalAlignment="Center" VerticalAlignment="Center"/>