Skip to content

Commit 8fdb9a9

Browse files
committed
add some space to the end of the scrollviewer
1 parent 770f3ef commit 8fdb9a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<TabControl Height="auto" SelectedIndex="0">
3939
<TabItem Header="{DynamicResource general}">
4040
<ScrollViewer ui:ScrollViewerHelper.AutoHideScrollBars="{Binding AutoHideScrollBar, Mode=OneWay}" Margin="60,0,0,0">
41-
<StackPanel Orientation="Vertical" Margin="0,30,0,0">
41+
<StackPanel Orientation="Vertical" Margin="0,30,0,30">
4242
<ui:ToggleSwitch Margin="10" IsOn="{Binding PortableMode}">
4343
<TextBlock Text="{DynamicResource portableMode}" />
4444
</ui:ToggleSwitch>

0 commit comments

Comments
 (0)