mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove top margin of General tab (Settings)
Why: for similar UX to other apps/website
This commit is contained in:
parent
a312fe8581
commit
c8961a8ba8
1 changed files with 2 additions and 2 deletions
|
|
@ -36,8 +36,8 @@
|
|||
|
||||
<TabControl Height="auto" SelectedIndex="0">
|
||||
<TabItem Header="{DynamicResource general}">
|
||||
<ScrollViewer ui:ScrollViewerHelper.AutoHideScrollBars="{Binding AutoHideScrollBar, Mode=OneWay}" Margin="60,30,0,0">
|
||||
<StackPanel Orientation="Vertical">
|
||||
<ScrollViewer ui:ScrollViewerHelper.AutoHideScrollBars="{Binding AutoHideScrollBar, Mode=OneWay}" Margin="60,0,0,0">
|
||||
<StackPanel Orientation="Vertical" Margin="0,30,0,0">
|
||||
<ui:ToggleSwitch Margin="10" IsOn="{Binding PortableMode}">
|
||||
<TextBlock Text="{DynamicResource portableMode}" />
|
||||
</ui:ToggleSwitch>
|
||||
|
|
|
|||
Loading…
Reference in a new issue