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