Skip to content

Commit

Permalink
Display ticks for axis rotation sliders (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowFlare authored Apr 16, 2023
1 parent 68efc4e commit 23e374f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HandheldCompanion/Controls/Mapping/AxisMapping.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
ScrollViewer.PanningMode="HorizontalOnly"
Style="{DynamicResource SliderStyle1}"
TickFrequency="90"
TickPlacement="BottomRight"
ValueChanged="Axis_Rotation_Slider_ValueChanged" />
</ui:SimpleStackPanel>
</Grid>
Expand Down Expand Up @@ -283,6 +284,7 @@
ScrollViewer.PanningMode="HorizontalOnly"
Style="{DynamicResource SliderStyle1}"
TickFrequency="90"
TickPlacement="BottomRight"
ValueChanged="Axis2MouseRotation_ValueChanged" />
</ui:SimpleStackPanel>
</Grid>
Expand Down

0 comments on commit 23e374f

Please sign in to comment.