[UI/UX] Remove bottom margin of General tab (Settings)

The bottom margin (little gap) under General tab of Settings
make it hard to "feel" the space is scrollable or not.

New windows style and websites tend to not have margin in the bottom

Related to: Issue #443 and PR #440
This commit is contained in:
pc223 2021-06-21 18:56:05 +07:00
parent 6b3f2e2ccf
commit 4b8b7a4f0d

View file

@ -36,7 +36,7 @@
<TabControl Height="auto" SelectedIndex="0">
<TabItem Header="{DynamicResource general}">
<ScrollViewer ui:ScrollViewerHelper.AutoHideScrollBars="{Binding AutoHideScrollBar, Mode=OneWay}" Margin="60,30,0,30">
<ScrollViewer ui:ScrollViewerHelper.AutoHideScrollBars="{Binding AutoHideScrollBar, Mode=OneWay}" Margin="60,30,0,0">
<StackPanel Orientation="Vertical">
<ui:ToggleSwitch Margin="10" IsOn="{Binding PortableMode}">
<TextBlock Text="{DynamicResource portableMode}" />