Skip to content

Commit

Permalink
Fix scrolling support for settings dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Nov 18, 2023
1 parent acc249d commit 3a9b542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NanaGet/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Text="[Settings]" />
<ScrollViewer
MinWidth="300"
MaxHeight="200"
MaxHeight="140"
Margin="-12,0"
Padding="12,0">
<StackPanel Orientation="Vertical">
Expand Down

0 comments on commit 3a9b542

Please sign in to comment.