Skip to content

Commit

Permalink
Changed the zoom value to 2 (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyaddesigns committed Oct 19, 2022
1 parent e5efda3 commit 88c8d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WinUIGallery/ControlPages/ScrollViewerPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<Slider Grid.Row="1" Grid.ColumnSpan="2" x:Name="ZoomSlider" Header="Zoom" IsEnabled="True"
Maximum="{x:Bind Control1.MaxZoomFactor, Mode=OneWay}"
Minimum="{x:Bind Control1.MinZoomFactor, Mode=OneWay}"
Value="1"
Value="2"
Margin="0,10,0,0"
ValueChanged="ZoomSlider_ValueChanged" />

Expand Down

0 comments on commit 88c8d29

Please sign in to comment.