Skip to content

Commit d1addc7

Browse files
committed
Remove Auto HIde Scrollbar section
1 parent e5a7c86 commit d1addc7

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Flow.Launcher/SettingWindow.xaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -615,17 +615,6 @@
615615
DisplayMemberPath="Display" SelectedValuePath="LanguageCode" Grid.Column="2" />
616616
</ItemsControl>
617617
</Border>
618-
<Border Style="{DynamicResource SettingGroupBox}">
619-
<ItemsControl Style="{StaticResource SettingGrid}">
620-
<StackPanel Style="{StaticResource TextPanel}">
621-
<TextBlock Text="{DynamicResource autoHideScrollBar}"
622-
Style="{DynamicResource SettingTitleLabel}" />
623-
</StackPanel>
624-
<ui:ToggleSwitch IsOn="{Binding AutoHideScrollBar}" FocusVisualMargin="5"
625-
Style="{DynamicResource SideControlToggle}" Width="100"
626-
ToolTip="{DynamicResource autoHideScrollBarToolTip}" />
627-
</ItemsControl>
628-
</Border>
629618
</StackPanel>
630619
</ScrollViewer>
631620
</TabItem>

0 commit comments

Comments
 (0)