Skip to content

Commit 1b0c425

Browse files
Jack251970TBM13
authored andcommitted
Improve code quality
1 parent 6adaca5 commit 1b0c425

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Flow.Launcher/SettingPages/Views/SettingsPaneTheme.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@
8989
</Style.Triggers>
9090
</Style>
9191
</Border.Style>
92-
<ui:ScrollViewerEx VirtualizingStackPanel.IsVirtualizing="True" VirtualizingStackPanel.ScrollUnit="Pixel">
92+
<!-- We need to keep this ScrollViewerEx because its height cannot be expanded to the whole page -->
93+
<ui:ScrollViewerEx>
9394
<StackPanel>
9495
<Slider
9596
Name="WindowHeightValue"

0 commit comments

Comments
 (0)