Skip to content

Commit

Permalink
Update PGLauncherControl.axaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Coloryr committed Jan 21, 2025
1 parent 0b96e2a commit 8532296
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@
d:DesignWidth="800"
x:DataType="local:PGLauncherModel"
mc:Ignorable="d">
<ScrollViewer
Width="{Binding Width}"
Height="{Binding Height}"
VerticalScrollBarVisibility="Disabled">
<ScrollViewer Width="{Binding Width}" Height="{Binding Height}">
<Decorator Name="View1" />
</ScrollViewer>
</UserControl>

0 comments on commit 8532296

Please sign in to comment.