Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Cleanup of Slider Style and launchSettings
  • Loading branch information
Corvin Szimion committed Oct 28, 2024
commit da7baa3ca8af0b7d875054a40ff71682b53abcde
2 changes: 1 addition & 1 deletion src/MainDemo.Wpf/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"profiles": {
"Demo App": {
"commandName": "Project",
"commandLineArgs": "-p Slider -t Inherit -f LeftToRight"
"commandLineArgs": "-p Home -t Inherit -f LeftToRight"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@
<Setter Property="Background" Value="{x:Null}" />
<Setter Property="BorderBrush" Value="Transparent" />
<Setter Property="Foreground" Value="{DynamicResource MaterialDesign.Brush.Primary}" />
<Setter Property="IsMoveToPointEnabled" Value="False" />
<Setter Property="IsMoveToPointEnabled" Value="True" />
<Setter Property="IsSnapToTickEnabled" Value="True" />
<Setter Property="Orientation" Value="Vertical" />
<Setter Property="SnapsToDevicePixels" Value="False" />
Expand Down