Skip to content

Commit e175db0

Browse files
committed
Use one scroll viewer
1 parent 06f805e commit e175db0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/Resources/Pages/WelcomePage2.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
</StackPanel>
9090
</Border>
9191

92-
<ui:ScrollViewerEx Grid.Row="1" VerticalScrollBarVisibility="Visible">
92+
<Grid Grid.Row="1">
9393
<StackPanel Margin="24 20 24 20">
9494
<TextBlock
9595
FontSize="20"
@@ -120,7 +120,7 @@
120120
WindowTitle="{DynamicResource flowlauncherHotkey}" />
121121
</StackPanel>
122122

123-
</ui:ScrollViewerEx>
123+
</Grid>
124124
</Grid>
125125
</ui:ScrollViewerEx>
126126
</ui:Page>

0 commit comments

Comments
 (0)