mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove Auto HIde Scrollbar section
This commit is contained in:
parent
e5a7c862b8
commit
d1addc7ba6
1 changed files with 0 additions and 11 deletions
|
|
@ -615,17 +615,6 @@
|
||||||
DisplayMemberPath="Display" SelectedValuePath="LanguageCode" Grid.Column="2" />
|
DisplayMemberPath="Display" SelectedValuePath="LanguageCode" Grid.Column="2" />
|
||||||
</ItemsControl>
|
</ItemsControl>
|
||||||
</Border>
|
</Border>
|
||||||
<Border Style="{DynamicResource SettingGroupBox}">
|
|
||||||
<ItemsControl Style="{StaticResource SettingGrid}">
|
|
||||||
<StackPanel Style="{StaticResource TextPanel}">
|
|
||||||
<TextBlock Text="{DynamicResource autoHideScrollBar}"
|
|
||||||
Style="{DynamicResource SettingTitleLabel}" />
|
|
||||||
</StackPanel>
|
|
||||||
<ui:ToggleSwitch IsOn="{Binding AutoHideScrollBar}" FocusVisualMargin="5"
|
|
||||||
Style="{DynamicResource SideControlToggle}" Width="100"
|
|
||||||
ToolTip="{DynamicResource autoHideScrollBarToolTip}" />
|
|
||||||
</ItemsControl>
|
|
||||||
</Border>
|
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</ScrollViewer>
|
</ScrollViewer>
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue