Skip to content

Commit

Permalink
fix: horizontal scrollbars
Browse files Browse the repository at this point in the history
  • Loading branch information
DorielRivalet committed Feb 13, 2024
1 parent 43015e5 commit 989532b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MHFZ_Overlay/Views/Windows/ConfigWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@
KeyboardNavigation.TabIndex="1"
Grid.Column="0"
Grid.Row="0"
Margin="2,2,2,0"
Margin="2,2,2,12"
IsItemsHost="true"/>
</ScrollViewer>
<ContentPresenter x:Name="PART_SelectedContentHost"
Expand Down Expand Up @@ -2950,7 +2950,7 @@
KeyboardNavigation.TabIndex="1"
Grid.Column="0"
Grid.Row="0"
Margin="2,2,2,0"
Margin="2,2,2,12"
IsItemsHost="true"/>
</ScrollViewer>
<ContentPresenter x:Name="PART_SelectedContentHost"
Expand Down

0 comments on commit 989532b

Please sign in to comment.