mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #579 from Flow-Launcher/setting_window_extra_space
add some space to the end of the scrollviewer
This commit is contained in:
commit
5fcef8432d
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
<TabControl Height="auto" SelectedIndex="0">
|
||||
<TabItem Header="{DynamicResource general}">
|
||||
<ScrollViewer ui:ScrollViewerHelper.AutoHideScrollBars="{Binding AutoHideScrollBar, Mode=OneWay}" Margin="60,0,0,0">
|
||||
<StackPanel Orientation="Vertical" Margin="0,30,0,0">
|
||||
<StackPanel Orientation="Vertical" Margin="0,30,0,30">
|
||||
<ui:ToggleSwitch Margin="10" IsOn="{Binding PortableMode}">
|
||||
<TextBlock Text="{DynamicResource portableMode}" />
|
||||
</ui:ToggleSwitch>
|
||||
|
|
|
|||
Loading…
Reference in a new issue