Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
Setup scroll bars are hidden when not required
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyrrrz committed Aug 21, 2016
1 parent c252e0e commit 7456a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OsuHelper/Views/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<Grid>
<TabControl x:Name="TabControl">
<TabItem DataContext="{Binding SetupViewModel, Source={StaticResource Locator}}" Header="Setup">
<ScrollViewer>
<ScrollViewer HorizontalScrollBarVisibility="Disabled" VerticalScrollBarVisibility="Auto">
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
Expand Down

0 comments on commit 7456a79

Please sign in to comment.