Skip to content

Commit c8961a8

Browse files
committed
Remove top margin of General tab (Settings)
Why: for similar UX to other apps/website
1 parent a312fe8 commit c8961a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
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,0">
40-
<StackPanel Orientation="Vertical">
39+
<ScrollViewer ui:ScrollViewerHelper.AutoHideScrollBars="{Binding AutoHideScrollBar, Mode=OneWay}" Margin="60,0,0,0">
40+
<StackPanel Orientation="Vertical" Margin="0,30,0,0">
4141
<ui:ToggleSwitch Margin="10" IsOn="{Binding PortableMode}">
4242
<TextBlock Text="{DynamicResource portableMode}" />
4343
</ui:ToggleSwitch>

0 commit comments

Comments
 (0)