Skip to content

Commit

Permalink
修复 设置界面无法滚动
Browse files Browse the repository at this point in the history
  • Loading branch information
MakesYT committed May 26, 2024
1 parent 886a478 commit ad658cf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions KitopiaAvalonia/Pages/SettingPage.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@

<Grid RowDefinitions="Auto,*" Margin="42">
<TextBlock Margin="0" FontSize="18" FontWeight="DemiBold" Name="TextBlock" />
<StackPanel Grid.Row="1" Name="StackPanel">
<ScrollViewer Grid.Row="1">
<StackPanel VerticalAlignment="Stretch" ScrollViewer.HorizontalScrollBarVisibility="Disabled"
Name="StackPanel">


</StackPanel>
</StackPanel>
</ScrollViewer>

</Grid>


Expand Down

0 comments on commit ad658cf

Please sign in to comment.