We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770f3ef commit 8fdb9a9Copy full SHA for 8fdb9a9
Flow.Launcher/SettingWindow.xaml
@@ -38,7 +38,7 @@
38
<TabControl Height="auto" SelectedIndex="0">
39
<TabItem Header="{DynamicResource general}">
40
<ScrollViewer ui:ScrollViewerHelper.AutoHideScrollBars="{Binding AutoHideScrollBar, Mode=OneWay}" Margin="60,0,0,0">
41
- <StackPanel Orientation="Vertical" Margin="0,30,0,0">
+ <StackPanel Orientation="Vertical" Margin="0,30,0,30">
42
<ui:ToggleSwitch Margin="10" IsOn="{Binding PortableMode}">
43
<TextBlock Text="{DynamicResource portableMode}" />
44
</ui:ToggleSwitch>
0 commit comments