Skip to content

Commit 4b8b7a4

Browse files
committed
[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
1 parent 6b3f2e2 commit 4b8b7a4

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
@@ -36,7 +36,7 @@
3636

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

0 commit comments

Comments
 (0)