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 e5a7c86 commit d1addc7Copy full SHA for d1addc7
Flow.Launcher/SettingWindow.xaml
@@ -615,17 +615,6 @@
615
DisplayMemberPath="Display" SelectedValuePath="LanguageCode" Grid.Column="2" />
616
</ItemsControl>
617
</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>
629
</StackPanel>
630
</ScrollViewer>
631
</TabItem>
0 commit comments